You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till (JIRA)" <ji...@apache.org> on 2016/08/17 21:00:23 UTC

[jira] [Updated] (ASTERIXDB-1132) Load fails with really, really big object

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

Till updated ASTERIXDB-1132:
----------------------------
    Assignee: Michael Blow  (was: Jianfeng Jia)

> Load fails with really, really big object
> -----------------------------------------
>
>                 Key: ASTERIXDB-1132
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1132
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Hyracks, Operators
>            Reporter: Namrata Malarout
>            Assignee: Michael Blow
>         Attachments: new.adm, new_nomask.adm
>
>
> This is from a thread on users@ . The file is a converted NetCDF file. It seems like the 'mask' field causes trouble during sort. 
> This is the DDL+Load:
> drop dataverse TestL4 if exists;
> create dataverse TestL4;
> use dataverse TestL4;
> create type GlobL4Type as open {
> fid: string,
> }
> create dataset GlobL4(GlobL4Type)
> primary key fid;
> load dataset GlobL4 using localfs
>     (("path"="localhost:///files/new.adm"),("format"="adm"));
> And the exception:
> org.apache.hyracks.api.exceptions.HyracksDataException: java.lang.NegativeArraySizeException
> 	at org.apache.hyracks.control.cc.job.JobRun.waitForCompletion(JobRun.java:211)
> 	at org.apache.hyracks.control.cc.work.WaitForJobCompletionWork$1.run(WaitForJobCompletionWork.java:48)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.hyracks.api.exceptions.HyracksDataException: org.apache.hyracks.api.exceptions.HyracksDataException: java.lang.NegativeArraySizeException
> 	at org.apache.hyracks.control.common.utils.ExceptionUtils.setNodeIds(ExceptionUtils.java:45)
> 	at org.apache.hyracks.control.nc.Task.run(Task.java:312)
> 	... 3 more
> Caused by: org.apache.hyracks.api.exceptions.HyracksDataException: java.lang.NegativeArraySizeException
> 	at org.apache.hyracks.control.nc.Task.pushFrames(Task.java:360)
> 	at org.apache.hyracks.control.nc.Task.run(Task.java:290)
> 	... 3 more
> Caused by: java.lang.NegativeArraySizeException
> 	at org.apache.hyracks.dataflow.std.sort.AbstractFrameSorter.sort(AbstractFrameSorter.java:115)
> 	at org.apache.hyracks.dataflow.std.sort.AbstractSortRunGenerator.close(AbstractSortRunGenerator.java:47)
> 	at org.apache.hyracks.dataflow.std.sort.AbstractSorterOperatorDescriptor$SortActivity$1.close(AbstractSorterOperatorDescriptor.java:144)
> 	at org.apache.hyracks.control.nc.Task.pushFrames(Task.java:349)
> 	... 4 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)