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

generic_lookup_actor: add basic error handling #9396

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

yumkam
Copy link
Collaborator

@yumkam yumkam commented Sep 17, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@yumkam yumkam changed the title generic_lookup_actor: add basic error handling [WIP]/[RFC] generic_lookup_actor: add basic error handling Sep 17, 2024
Copy link

github-actions bot commented Sep 17, 2024

2024-09-17 16:44:33 UTC Pre-commit check linux-x86_64-release-asan for 0089403 has started.
2024-09-17 16:44:43 UTC Artifacts will be uploaded here
2024-09-17 16:47:40 UTC ya make is running...
🔴 2024-09-17 18:57:06 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10429 10228 0 47 49 105

🟢 2024-09-17 18:58:03 UTC Build successful.
🟡 2024-09-17 18:58:37 UTC ydbd size 5.6 GiB changed* by +333.5 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 90e3198 merge: 0089403 diff diff %
ydbd size 6 048 278 984 Bytes 6 048 620 496 Bytes +333.5 KiB +0.006%
ydbd stripped size 1 513 325 936 Bytes 1 513 405 264 Bytes +77.5 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 17, 2024

2024-09-17 16:44:35 UTC Pre-commit check linux-x86_64-release-clang14 for 0089403 has started.
2024-09-17 16:44:44 UTC Artifacts will be uploaded here
2024-09-17 16:47:44 UTC ya make is running...
🟢 2024-09-17 17:33:57 UTC Build successful.

Copy link

github-actions bot commented Sep 17, 2024

2024-09-17 16:44:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0089403 has started.
2024-09-17 16:44:50 UTC Artifacts will be uploaded here
2024-09-17 16:47:40 UTC ya make is running...
🟡 2024-09-17 18:14:58 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
39586 33879 0 5 5667 35

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

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
275 (only retried tests) 178 0 1 7 89

2024-09-17 18:30:08 UTC ya make is running... (failed tests rerun, try 3)
🟢 2024-09-17 18:41:18 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
95 (only retried tests) 6 0 0 0 89

🟢 2024-09-17 18:41:25 UTC Build successful.
🟡 2024-09-17 18:42:03 UTC ydbd size 8.4 GiB changed* by +102.5 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 3a4de79 merge: 0089403 diff diff %
ydbd size 9 034 329 400 Bytes 9 034 434 400 Bytes +102.5 KiB +0.001%
ydbd stripped size 488 824 072 Bytes 488 825 736 Bytes +1.6 KiB +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

NConnector::ErrorToIssues(error),
NConnector::ErrorToDqStatus(error));
actorSystem->Send(new NActors::IEventHandle(ParentId, SelfId(), errEv));
auto guard = Guard(*Alloc);
Copy link
Collaborator

Choose a reason for hiding this comment

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

давай эти три строчки вынесем в отдельную функцию, копипаста есть

there should be no attempt to use generic lookup upon sending a error
@yumkam yumkam force-pushed the add-generic-lookup-error-handling branch from 13469ec to 9649bd1 Compare September 27, 2024 14:22
Copy link

github-actions bot commented Sep 27, 2024

2024-09-27 14:23:56 UTC Pre-commit check linux-x86_64-release-asan for c37a2b6 has started.
2024-09-27 14:24:06 UTC Artifacts will be uploaded here
2024-09-27 14:27:06 UTC ya make is running...
🟡 2024-09-27 16:51:03 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10560 10324 0 61 53 122

🟢 2024-09-27 16:52:01 UTC Build successful.
🟢 2024-09-27 16:52:38 UTC ydbd size 5.7 GiB changed* by +53.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 31a439a merge: c37a2b6 diff diff %
ydbd size 6 085 918 048 Bytes 6 085 972 392 Bytes +53.1 KiB +0.001%
ydbd stripped size 1 521 182 640 Bytes 1 521 186 800 Bytes +4.1 KiB +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 Sep 27, 2024

2024-09-27 14:25:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for c37a2b6 has started.
2024-09-27 14:25:48 UTC Artifacts will be uploaded here
2024-09-27 14:28:39 UTC ya make is running...
🟡 2024-09-27 17:39:06 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
39731 34166 0 7 5458 100

2024-09-27 17:42:36 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-09-27 17:57:21 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
103 (only retried tests) 12 0 0 0 91

🟢 2024-09-27 17:57:27 UTC Build successful.
🟢 2024-09-27 17:57:48 UTC ydbd size 2.8 GiB changed* by +25.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 31a439a merge: c37a2b6 diff diff %
ydbd size 2 999 709 152 Bytes 2 999 735 312 Bytes +25.5 KiB +0.001%
ydbd stripped size 476 857 000 Bytes 476 858 408 Bytes +1.4 KiB +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

@yumkam yumkam changed the title [WIP]/[RFC] generic_lookup_actor: add basic error handling [RFC] generic_lookup_actor: add basic error handling Sep 27, 2024
@yumkam yumkam requested a review from uzhastik September 27, 2024 17:44
@yumkam yumkam marked this pull request as ready for review September 30, 2024 13:50
@yumkam yumkam requested review from a team as code owners September 30, 2024 13:50
@yumkam yumkam changed the title [RFC] generic_lookup_actor: add basic error handling generic_lookup_actor: add basic error handling Oct 7, 2024
uzhastik
uzhastik previously approved these changes Oct 9, 2024
@yumkam yumkam requested a review from rvu1024 October 9, 2024 11:11
Copy link

github-actions bot commented Oct 10, 2024

2024-10-10 14:30:00 UTC Pre-commit check linux-x86_64-release-asan for dc9183c has started.
2024-10-10 14:30:31 UTC Artifacts will be uploaded here
2024-10-10 14:33:22 UTC ya make is running...
🟡 2024-10-10 15:54:14 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?
10341 10110 0 69 53 109

🟢 2024-10-10 15:55:07 UTC Build successful.
🟢 2024-10-10 15:55:39 UTC ydbd size 5.7 GiB changed* by +63.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 89cd280 merge: dc9183c diff diff %
ydbd size 6 103 985 064 Bytes 6 104 049 952 Bytes +63.4 KiB +0.001%
ydbd stripped size 1 521 011 952 Bytes 1 521 018 032 Bytes +5.9 KiB +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 Oct 10, 2024

2024-10-10 14:31:47 UTC Pre-commit check linux-x86_64-relwithdebinfo for dc9183c has started.
2024-10-10 14:31:57 UTC Artifacts will be uploaded here
2024-10-10 14:34:48 UTC ya make is running...
🟡 2024-10-10 15:31:16 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?
39852 34106 0 5 5697 44

2024-10-10 15:34:45 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-10-10 15:46:10 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
279 (only retried tests) 171 0 0 7 101

🟢 2024-10-10 15:46:18 UTC Build successful.
🟢 2024-10-10 15:46:39 UTC ydbd size 2.8 GiB changed* by +26.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 1ff318c merge: dc9183c diff diff %
ydbd size 3 012 101 352 Bytes 3 012 128 360 Bytes +26.4 KiB +0.001%
ydbd stripped size 477 607 224 Bytes 477 608 632 Bytes +1.4 KiB +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

@yumkam yumkam requested review from rvu1024 and uzhastik October 10, 2024 14:31
@uzhastik uzhastik merged commit 80e5c94 into ydb-platform:main Oct 11, 2024
10 checks passed
yumkam added a commit to yumkam/ydb that referenced this pull request Oct 11, 2024
yumkam added a commit to yumkam/ydb that referenced this pull request Oct 11, 2024
yumkam added a commit that referenced this pull request Oct 18, 2024
…7892 #10280 (#10341)

Co-authored-by: dmasloff <74042473+dmasloff@users.noreply.github.com>
Co-authored-by: Hor911 <hor911@ydb.tech>
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