Yingyi Bu has posted comments on this change.
Change subject: Add a REST endpoint for query cancellation.
......................................................................
Patch Set 2:
@Steven, is it because of the following method in IStatementExecutor:
void compileAndExecute(IHyracksClientConnection hcc, IHyracksDataset hdc,
ResultDelivery resultDelivery,
Stats stats, String clientContextId, IStatementExecutorContext ctx)
throws Exception;
Yes, it's going to be merged soon. But currently it's not ready for review
yet.
I think this method might be useful for BAD since it enables you to stop an
active job, which is different from destroy a job's binary.
--
To view, visit https://asterix-gerrit.ics.uci.edu/1564
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I2936ac83f71bbef533e2695ed0a2b220c23fc483
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Steven Jacobs <[email protected]>
Gerrit-Reviewer: Yingyi Bu <[email protected]>
Gerrit-HasComments: No