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

ASF subversion and git services commented on ASTERIXDB-1363:
------------------------------------------------------------

Commit 3f83b2c5cb2526b47e29d1ea8871ed454e8a5509 in asterixdb's branch 
refs/heads/master from [~mhubail]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=3f83b2c ]

ASTERIXDB-1363: Fix NPE on bulkload failure

Change-Id: Ic1626baa63371834cc2abbe30366df506d817da6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1033
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: abdullah alamoudi <[email protected]>
Integration-Tests: Jenkins <[email protected]>


> 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)

Reply via email to