-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[CI][C++] thread-sanitizer job fails on arrow-compute-internals-test #43116
Comments
@zanmato1984 @pitrou any idea about this? This is happening on the release 17.0.0 branch, should be a blocker? |
Thanks for reporting. I'll take a quick look and come back to you. |
From the only error message "Killed" shown in the log, I'm guessing this test is triggering the operating system's oom-killer. This case passed TSAN in my local, but took about 10+GB memory. (So it is not necessarily a blocker.) @raulcd Do we know how much RAM the executor has for this task? Thanks. |
They are supposed to have 16GB if this page is correct: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories |
Thank you @raulcd . Let me see if I can confirm this is caused by insufficient RAM. |
I'm 90% sure that this is caused by insufficient RAM. I've filed #43128 to exclude it. |
… large memory test (#43128) ### Rationale for this change This test consumes more than 4GB memory and causes oom-kill when running with TSAN as reported in #43116 . ### What changes are included in this PR? Limit its running by marking it as large memory test. ### Are these changes tested? Change is test. ### Are there any user-facing changes? None. * GitHub Issue: #43116 Authored-by: Ruoxi Sun <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Issue resolved by pull request 43128 |
… large memory test (#43128) ### Rationale for this change This test consumes more than 4GB memory and causes oom-kill when running with TSAN as reported in #43116 . ### What changes are included in this PR? Limit its running by marking it as large memory test. ### Are these changes tested? Change is test. ### Are there any user-facing changes? None. * GitHub Issue: #43116 Authored-by: Ruoxi Sun <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…rge as large memory test (apache#43128) ### Rationale for this change This test consumes more than 4GB memory and causes oom-kill when running with TSAN as reported in apache#43116 . ### What changes are included in this PR? Limit its running by marking it as large memory test. ### Are these changes tested? Change is test. ### Are there any user-facing changes? None. * GitHub Issue: apache#43116 Authored-by: Ruoxi Sun <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
The test-ubuntu-20.04-cpp-thread-sanitizer fails on
arrow-compute-internals-test
without much information:This is failing since this commit e635cc2 was introduced which seems to be the causing issue.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: