[
https://issues.apache.org/jira/browse/ASTERIXDB-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843875#comment-17843875
]
ASF subversion and git services commented on ASTERIXDB-3391:
------------------------------------------------------------
Commit 20a5848f0e4fd1932cac8a125460700713c5adbd in asterixdb's branch
refs/heads/master from Peeyush Gupta
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=20a5848f0e ]
[ASTERIXDB-3391][OTH] Make DML statements cancellable
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
With this patch INSERT/UPSERT/DELETE and COPY statements are marked
cancellable. For atomic statements, the statements are cancelled as
long as the ingestion job is running i.e., ACKs from all nodes/partitions
are not received and the CC has not decided to commit the statement yet.
Change-Id: I16410ab9353c24597f77ab38ce06996fc5dfacd0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18257
Reviewed-by: Murtadha Hubail <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Murtadha Hubail <[email protected]>
> Make DML statements cancellable
> -------------------------------
>
> Key: ASTERIXDB-3391
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3391
> Project: Apache AsterixDB
> Issue Type: Improvement
> Reporter: Peeyush Gupta
> Assignee: Peeyush Gupta
> Priority: Major
> Labels: triaged
>
> Currently insert/upsert/delete and copy statements are non-cancellable. We
> need to make them cancellable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)