You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/06/28 17:34:00 UTC

[jira] [Resolved] (DRILL-6551) Concat function results in SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.

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

Vitalii Diravka resolved DRILL-6551.
------------------------------------
    Resolution: Duplicate

[~priteshm] Yes, it seems the same issue. Closed this as duplicate.

> 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
>            Assignee: Vitalii Diravka
>            Priority: Major
>             Fix For: 1.14.0
>
>
> 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)