[
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.
If I select only columns without NULL values, the query also works in 1.21.0
was:
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.
> 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.
> If I select only columns without NULL values, the query also works in 1.21.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)