You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2020/11/23 23:24:00 UTC

[jira] [Commented] (IMPALA-10216) BufferPoolTest.WriteErrorBlacklistCompression is flaky on UBSAN builds

    [ https://issues.apache.org/jira/browse/IMPALA-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237747#comment-17237747 ] 

Fang-Yu Rao commented on IMPALA-10216:
--------------------------------------

We found in a recent TSAN build that {{BufferPoolTest.WriteErrorBlacklistHolepunch}} failed on {{FindPageInDir}} check at [https://github.com/apache/impala/blob/master/be/src/runtime/bufferpool/buffer-pool-test.cc#L1792].

The error message we saw in the console output is in the following.
{noformat}
22:29:36 Value of: FindPageInDir(pages[NO_ERROR_QUERY], error_dir) != NULL
22:29:36   Actual: false
22:29:36 Expected: true
22:29:36 /tmp/buffer-pool-test.1/impala-scratch/0000000000000000:0000000000000000_1da4437f-42cc-4a5c-8baa-3ef33bc8fd52,/tmp/buffer-pool-test.1/impala-scratch/0000000000000000:0000000000000000_1da4437f-42cc-4a5c-8baa-3ef33bc8fd52 not in Directory /tmp/buffer-pool-test.0/impala-scratch: 0000000000000000:0000000000000000_9a78a185-744d-46ee-9e70-c41a7671ce10,0000000000000000:0000000000000000_19f85936-116f-40d6-86a3-01f8121a73af
{noformat}
In {{buffer-pool-test.ERROR}} we saw quite a few Disk I/O errors, each being followed by an access denied error.

The corresponding error logs are also provided.

> BufferPoolTest.WriteErrorBlacklistCompression is flaky on UBSAN builds
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-10216
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10216
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Sahil Takiar
>            Assignee: Tim Armstrong
>            Priority: Critical
>              Labels: flaky
>         Attachments: buffer-pool-test.ERROR, buffer-pool-test.INFO, buffer-pool-test.WARNING, buffer-pool-test.xml
>
>
> Only seen this once so far:
> {code}
> BufferPoolTest.WriteErrorBlacklistCompression
> Error Message
> Value of: FindPageInDir(pages[NO_ERROR_QUERY], error_dir) != NULL
>   Actual: false
> Expected: true
> Stacktrace
> Impala/be/src/runtime/bufferpool/buffer-pool-test.cc:1764
> Value of: FindPageInDir(pages[NO_ERROR_QUERY], error_dir) != NULL
>   Actual: false
> Expected: true
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org