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

YQ-3597 disable metadata objects on serverless #8806

Conversation

GrigoriyPA
Copy link
Collaborator

@GrigoriyPA GrigoriyPA commented Sep 5, 2024

Changelog entry

Disable metadata objects on serverless

Changelog category

  • Bugfix

Additional information

@GrigoriyPA GrigoriyPA force-pushed the YQ-3597-disable-metadata-objects-on-serverless branch from 2f37d18 to 588c158 Compare September 5, 2024 13:34
Copy link

github-actions bot commented Sep 5, 2024

2024-09-05 15:42:01 UTC Pre-commit check linux-x86_64-release-clang14 for 9922b7a has started.
2024-09-05 15:45:44 UTC ya make is running...
🟢 2024-09-05 16:43:49 UTC Build successful.

Copy link

github-actions bot commented Sep 5, 2024

2024-09-05 15:50:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9922b7a has started.
2024-09-05 15:55:14 UTC ya make is running...
🟡 2024-09-05 17:41:36 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
40780 35322 0 11 5419 28

2024-09-05 17:45:06 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-09-05 17:52:25 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
52 (only retried tests) 33 0 0 0 19

🟢 2024-09-05 17:52:32 UTC Build successful.
🟡 2024-09-05 17:53:09 UTC ydbd size 8.4 GiB changed* by +675.8 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: cc448a1 merge: 9922b7a diff diff %
ydbd size 8 999 668 536 Bytes 9 000 360 528 Bytes +675.8 KiB +0.008%
ydbd stripped size 486 649 224 Bytes 486 672 968 Bytes +23.2 KiB +0.005%

*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 Sep 5, 2024

2024-09-05 15:54:00 UTC Pre-commit check linux-x86_64-release-asan for 9922b7a has started.
2024-09-05 15:57:59 UTC ya make is running...
🔴 2024-09-05 18:15:08 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11527 11406 0 43 41 37

🟢 2024-09-05 18:16:10 UTC Build successful.
🟡 2024-09-05 18:16:42 UTC ydbd size 5.6 GiB changed* by +450.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 90dd99a merge: 9922b7a diff diff %
ydbd size 6 017 807 040 Bytes 6 018 268 032 Bytes +450.2 KiB +0.008%
ydbd stripped size 1 507 089 200 Bytes 1 507 166 128 Bytes +75.1 KiB +0.005%

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

swalrus1
swalrus1 previously approved these changes Sep 6, 2024
ydb/services/metadata/manager/fetch_database.cpp Outdated Show resolved Hide resolved
@GrigoriyPA GrigoriyPA force-pushed the YQ-3597-disable-metadata-objects-on-serverless branch from 7669579 to fe06452 Compare September 6, 2024 13:15
@GrigoriyPA GrigoriyPA requested a review from swalrus1 September 6, 2024 13:17
Copy link

github-actions bot commented Sep 6, 2024

2024-09-06 13:20:46 UTC Pre-commit check linux-x86_64-release-clang14 for 0556e28 has started.
2024-09-06 13:24:57 UTC ya make is running...
🟢 2024-09-06 14:15:41 UTC Build successful.

Copy link

github-actions bot commented Sep 6, 2024

2024-09-06 13:20:53 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0556e28 has started.
2024-09-06 13:24:25 UTC ya make is running...
🟡 2024-09-06 15:06:16 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
40795 35307 0 44 5423 21

2024-09-06 15:09:51 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-09-06 15:18:47 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
77 (only retried tests) 57 0 0 1 19

🟢 2024-09-06 15:18:54 UTC Build successful.
🟡 2024-09-06 15:19:33 UTC ydbd size 8.4 GiB changed* by +686.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: b12c122 merge: 0556e28 diff diff %
ydbd size 9 013 785 920 Bytes 9 014 489 000 Bytes +686.6 KiB +0.008%
ydbd stripped size 487 306 408 Bytes 487 330 088 Bytes +23.1 KiB +0.005%

*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 Sep 6, 2024

2024-09-06 13:21:09 UTC Pre-commit check linux-x86_64-release-asan for 0556e28 has started.
2024-09-06 13:25:20 UTC ya make is running...
🔴 2024-09-06 15:25:39 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11531 11463 0 15 29 24

🟢 2024-09-06 15:26:41 UTC Build successful.

@GrigoriyPA GrigoriyPA merged commit b51e0c4 into ydb-platform:main Sep 9, 2024
10 of 12 checks passed
@GrigoriyPA GrigoriyPA deleted the YQ-3597-disable-metadata-objects-on-serverless branch September 9, 2024 06:59
GrigoriyPA added a commit to GrigoriyPA/ydb that referenced this pull request Sep 9, 2024
GrigoriyPA added a commit to GrigoriyPA/ydb that referenced this pull request Sep 9, 2024
GrigoriyPA added a commit to GrigoriyPA/ydb that referenced this pull request Sep 9, 2024
GrigoriyPA added a commit to GrigoriyPA/ydb that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants