You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Matthias Rosenthaler (Jira)" <ji...@apache.org> on 2023/03/30 11:03:00 UTC

[jira] [Updated] (DRILL-8416) Memory leak during quering parquet file containing null timestamps

     [ https://issues.apache.org/jira/browse/DRILL-8416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Rosenthaler updated DRILL-8416:
----------------------------------------
    Description: 
If I try to query (SELECT * FROM `hdfs.data`.`./v2/meta_steps/me-2023-03-20-13-15-30-inv230021-kontrollsystemf39st9qrx20-03-2/meta_steps.parquet`) the following parquet file which is stored on hadoop file system I am getting the following error:
{code:java}
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalStateException: Memory was leaked by query. Memory leaked: (64) Allocator(op:0:0:1:ParquetRowGroupScan) 1000000/64/34688/10000000000 (res/actual/peak/limit){code}
Everything is working fine with drill version 1.19.

  was:
If I try to query the following parquet file which is stored on hadoop file system I am getting the following error:
{code:java}
org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalStateException: Memory was leaked by query. Memory leaked: (64) Allocator(op:0:0:1:ParquetRowGroupScan) 1000000/64/34688/10000000000 (res/actual/peak/limit){code}
Everything is working fine with drill version 1.19.


> Memory leak during quering parquet file containing null timestamps
> ------------------------------------------------------------------
>
>                 Key: DRILL-8416
>                 URL: https://issues.apache.org/jira/browse/DRILL-8416
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>    Affects Versions: 1.21.0
>            Reporter: Matthias Rosenthaler
>            Priority: Major
>             Fix For: 1.21.1
>
>         Attachments: meta_steps.parquet
>
>
> If I try to query (SELECT * FROM `hdfs.data`.`./v2/meta_steps/me-2023-03-20-13-15-30-inv230021-kontrollsystemf39st9qrx20-03-2/meta_steps.parquet`) the following parquet file which is stored on hadoop file system I am getting the following error:
> {code:java}
> org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalStateException: Memory was leaked by query. Memory leaked: (64) Allocator(op:0:0:1:ParquetRowGroupScan) 1000000/64/34688/10000000000 (res/actual/peak/limit){code}
> Everything is working fine with drill version 1.19.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)