You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Hubail (JIRA)" <ji...@apache.org> on 2016/07/29 09:54:20 UTC

[jira] [Resolved] (ASTERIXDB-1363) Internal error when accidentally loading the same dataset 2x

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

Murtadha Hubail resolved ASTERIXDB-1363.
----------------------------------------
    Resolution: Fixed

> Internal error when accidentally loading the same dataset 2x
> ------------------------------------------------------------
>
>                 Key: ASTERIXDB-1363
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1363
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Error Reporting, Storage
>         Environment: Running AsterixDB from Master on a Mac
>            Reporter: Michael J. Carey
>            Assignee: Murtadha Hubail
>
> We have a really sucky response to an accidental "overload" - i.e., if you try to load something 2x:
>  "Internal error. Please check instance logs for further details. [NullPointerException]"
> Here's a simple reproducer based on our 101 scenario (an open version thereof, actually):
> drop dataverse OpenTinySocial if exists;
> create dataverse OpenTinySocial;
> use dataverse OpenTinySocial;
> create type FacebookMessageType as {
>         message-id: int64
> };
> create dataset FacebookMessages(FacebookMessageType)
> primary key message-id;
> load dataset FacebookMessages using localfs
>     (("path"="127.0.0.1:///Users/mikejcarey/tinysocialdata/fbm.adm"),("format"="adm"));
> load dataset FacebookMessages using localfs
>     (("path"="127.0.0.1:///Users/mikejcarey/tinysocialdata/fbm.adm"),("format"="adm"));



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