You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Oleg Zinoviev (JIRA)" <ji...@apache.org> on 2019/08/07 13:37:00 UTC

[jira] [Updated] (DRILL-7341) Vector reAlloc may fails after exchange.

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

Oleg Zinoviev updated DRILL-7341:
---------------------------------
    Summary: Vector reAlloc may fails after exchange.  (was: Vector reAllocation may fails after exchange.)

> Vector reAlloc may fails after exchange.
> ----------------------------------------
>
>                 Key: DRILL-7341
>                 URL: https://issues.apache.org/jira/browse/DRILL-7341
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Oleg Zinoviev
>            Priority: Major
>         Attachments: stacktrace.log
>
>
> There are several methods that modify the BaseDataValueVector#data field. 
> Some of them, such as BaseDataValueVector#exchange, do not change allocationSizeInBytes. 
> Therefore, if BaseDataValueVector#exchange was executed for vectors with different size, *ValueVector#reAlloc may create a buffer of insufficient size.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)