You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "David Morin (Jira)" <ji...@apache.org> on 2019/10/05 14:51:00 UTC

[jira] [Issue Comment Deleted] (ORC-361) org.apache.orc.impl.MemoryManagerImpl : Owner thread expected Thread[main,5,main], got Thread[pool-15-thread-1,5,main]

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

David Morin updated ORC-361:
----------------------------
    Comment: was deleted

(was: Thanks a lot [~omalley] for the fix !)

>  org.apache.orc.impl.MemoryManagerImpl    : Owner thread expected Thread[main,5,main], got Thread[pool-15-thread-1,5,main]
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ORC-361
>                 URL: https://issues.apache.org/jira/browse/ORC-361
>             Project: ORC
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 1.4.3
>            Reporter: wxmimperio
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I use java api to write data to orc file,like this :
> {color:#FF0000} org.apache.orc.impl.MemoryManagerImpl : Owner thread expected Thread[main,5,main], got Thread[pool-15-thread-1,5,main]{color}
> I have one  OrcFile.createWriter,but use multi-threaded to writer.addRowBatch(batch); 
>  I see the code, notice MemoryManagerImpl is not thread safe
>  {color:#59afe1}so,How I can write orc file by multi-threaded?{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)