Skip to content

correctly fix memlimit exception problem, fixes ydb-platform/ydb#1928 #2105

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 1 commit into from
Feb 20, 2024

Conversation

gridnevvvit
Copy link
Member

@gridnevvvit gridnevvvit commented Feb 20, 2024

Changelog entry

fixed unexpected memory limit exception handling in the query processing layer.

Changelog category

  • Bugfix

Additional information

fixes #1928

@gridnevvvit gridnevvvit changed the title correctly fix memlimit exception problem correctly fix memlimit exception problem (fixes #1928) Feb 20, 2024
@gridnevvvit gridnevvvit changed the title correctly fix memlimit exception problem (fixes #1928) correctly fix memlimit exception problem (fixes ydb-platform/ydb#1928) Feb 20, 2024
@gridnevvvit gridnevvvit changed the title correctly fix memlimit exception problem (fixes ydb-platform/ydb#1928) correctly fix memlimit exception problem, fixes ydb-platform/ydb#1928 Feb 20, 2024
Copy link

github-actions bot commented Feb 20, 2024

2024-02-20 12:57:50 UTC Pre-commit check for cc1cf35 has started.
2024-02-20 12:57:53 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-20 13:00:25 UTC Build successful.
2024-02-20 13:00:52 UTC Tests are running...
🔴 2024-02-20 14:20:11 UTC Test run completed, no test results found for commit 11422e5. Please check build logs.
2024-02-20 14:20:13 UTC Check cancelled

Copy link

github-actions bot commented Feb 20, 2024

2024-02-20 12:58:08 UTC Pre-commit check for cc1cf35 has started.
2024-02-20 12:58:10 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-20 13:00:39 UTC Build successful.
2024-02-20 13:01:07 UTC Tests are running...
🔴 2024-02-20 14:20:10 UTC Test run completed, no test results found for commit 11422e5. Please check build logs.
2024-02-20 14:20:13 UTC Check cancelled

snaury
snaury previously approved these changes Feb 20, 2024
Copy link

github-actions bot commented Feb 20, 2024

2024-02-20 14:21:26 UTC Pre-commit check for 9f0436b has started.
2024-02-20 14:21:28 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-20 14:40:39 UTC Build successful.
2024-02-20 14:40:49 UTC Tests are running...
🔴 2024-02-20 16:14:35 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67612 56611 0 14 10946 41

Copy link

github-actions bot commented Feb 20, 2024

2024-02-20 14:23:16 UTC Pre-commit check for 9f0436b has started.
2024-02-20 14:23:18 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-20 14:41:52 UTC Build successful.
2024-02-20 14:42:08 UTC Tests are running...
🔴 2024-02-20 16:21:58 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14698 14478 0 34 148 38

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.

Make sure that MemoryLimitException is handled properly in QP actors
2 participants