You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/09/04 13:53:51 UTC

[jira] [Commented] (TAJO-156) BufferUnderflowException occurs during processing the intermediate file

    [ https://issues.apache.org/jira/browse/TAJO-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757691#comment-13757691 ] 

Hyunsik Choi commented on TAJO-156:
-----------------------------------

+1

Actually, I've met occasionally this bug. However, I couldn't find any clue because I cannot reproduce this problem. Thank you for your nice finding.
                
> BufferUnderflowException occurs during processing the intermediate file
> -----------------------------------------------------------------------
>
>                 Key: TAJO-156
>                 URL: https://issues.apache.org/jira/browse/TAJO-156
>             Project: Tajo
>          Issue Type: Bug
>          Components: storage
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-156.patch
>
>
> {noformat}
> 2013-09-04 18:30:53,701 ERROR worker.Task (Task.java:run(383)) - java.nio.BufferUnderflowException
>         at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:260)
>         at java.nio.ByteBuffer.get(ByteBuffer.java:675)
>         at org.apache.tajo.storage.RawFile$RawFileScanner.next(RawFile.java:196)
>         at org.apache.tajo.engine.planner.physical.ExternalSortExec.next(ExternalSortExec.java:175)
>         at org.apache.tajo.engine.planner.physical.SortAggregateExec.next(SortAggregateExec.java:46)
>         at org.apache.tajo.engine.planner.physical.PartitionedStoreExec.next(PartitionedStoreExec.java:124)
>         at org.apache.tajo.worker.Task.run(Task.java:375)
>         at org.apache.tajo.worker.TaskRunner$2.run(TaskRunner.java:377)
>         at java.lang.Thread.run(Thread.java:680)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira