You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2017/03/08 19:53:38 UTC

[jira] [Created] (ASTERIXDB-1829) Failure handling in DML

Yingyi Bu created ASTERIXDB-1829:
------------------------------------

             Summary: Failure handling in DML
                 Key: ASTERIXDB-1829
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1829
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: Storage
            Reporter: Yingyi Bu
            Assignee: Yingyi Bu


Currently, CREATE and DROP cannot be cancelled at any point:

{noformat}
Caused by: org.apache.hyracks.api.exceptions.HyracksDataException: Resource doesn't exist
	at org.apache.asterix.transaction.management.resource.PersistentLocalResourceRepository.delete(PersistentLocalResourceRepository.java:230)
	at org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper.create(IndexDataflowHelper.java:93)
	at org.apache.hyracks.storage.am.common.dataflow.IndexCreateOperatorNodePushable.initialize(IndexCreateOperatorNodePushable.java:53)
	at org.apache.hyracks.api.rewriter.runtime.SuperActivityOperatorNodePushable.lambda$initialize$0(SuperActivityOperatorNodePushable.java:86)
	at org.apache.hyracks.api.rewriter.runtime.SuperActivityOperatorNodePushable$$Lambda$91/60968292.runAction(Unknown Source)
	at org.apache.hyracks.api.rewriter.runtime.SuperActivityOperatorNodePushable.lambda$runInParallel$2(SuperActivityOperatorNodePushable.java:216)
	at org.apache.hyracks.api.rewriter.runtime.SuperActivityOperatorNodePushable$$Lambda$92/845876122.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	... 3 more
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)