[
https://issues.apache.org/jira/browse/IMPALA-14778?focusedWorklogId=1007226&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1007226
]
ASF GitHub Bot logged work on IMPALA-14778:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Feb/26 20:18
Start Date: 25/Feb/26 20:18
Worklog Time Spent: 10m
Work Description: boroknagyz commented on PR #86:
URL: https://github.com/apache/impala/pull/86#issuecomment-3961796094
Thanks for your contribution. Please note that we are using Gerrit Change
Requests for code reviews, not Github Pull Requests.
You can find more information here about how to contribute to Impala:
- https://cwiki.apache.org/confluence/display/IMPALA/Contributing+to+Impala
-
https://cwiki.apache.org/confluence/display/IMPALA/Using+Gerrit+to+submit+and+review+patches
Issue Time Tracking
-------------------
Worklog Id: (was: 1007226)
Time Spent: 20m (was: 10m)
> SIGSEGV when canceling iceberg tables
> -------------------------------------
>
> Key: IMPALA-14778
> URL: https://issues.apache.org/jira/browse/IMPALA-14778
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Affects Versions: Impala 4.5.0
> Reporter: Khaliullin Aidar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Be crashes when canceling a select query to iceberg tables. Thread crashed on
> IcebergMetadataScanner::Close.
> For example generate some data like
> {code:java}
> create table ice_from_1 (i int) stored as iceberg;
> insert into ice_from_1 values (1);
> . . .
> create table ice_from_100 (i int) stored as iceberg;
> insert into ice_from_100 values (1);{code}
> cancel query after 3-5sec
> {code:java}
> select count as cnt, 'text' as text from ice_from_1.files union all
> select count as cnt, 'text' as text from ice_from_2.files union all
> ...
> select count as cnt, 'text' as text from ice_from_100.files; {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]