[
https://issues.apache.org/jira/browse/DRILL-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vitalii Diravka updated DRILL-6551:
-----------------------------------
Description:
I get following error when doing concat(string1, string2)
{code:java}
SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
Caused By: SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged
buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
{code}
here in the function string1 ends with " - "
and string2 is pretty large string.
The error goes away when i do concat(string1, ' ', string2)
The issue isn't reproduced for Drill 1.8.0 version
[https://mail-archives.apache.org/mod_mbox/drill-user/201806.mbox/browser]
was:
I get following error when doing concat(string1, string2)
{code}
SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
Caused By: SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged
buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
{code}
here in the function string1 ends with " - "
and string2 is pretty large string.
The error goes away when i do concat(string1, ' ', string2)
[https://mail-archives.apache.org/mod_mbox/drill-user/201806.mbox/browser]
> Concat function results in SYSTEM ERROR: IllegalStateException: Tried to
> remove unmanaged buffer.
> -------------------------------------------------------------------------------------------------
>
> Key: DRILL-6551
> URL: https://issues.apache.org/jira/browse/DRILL-6551
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow, Functions - Drill
> Affects Versions: 1.13.0
> Reporter: Nitin Pawar
> Priority: Major
> Fix For: Future
>
>
> I get following error when doing concat(string1, string2)
> {code:java}
> SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.
> Fragment 0:0
> [Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
> ip-10-0-103-63.ec2.internal:31010]
> Caused By: SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged
> buffer.
> Fragment 0:0
> [Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
> ip-10-0-103-63.ec2.internal:31010]
> {code}
> here in the function string1 ends with " - "
> and string2 is pretty large string.
> The error goes away when i do concat(string1, ' ', string2)
> The issue isn't reproduced for Drill 1.8.0 version
> [https://mail-archives.apache.org/mod_mbox/drill-user/201806.mbox/browser]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)