Murtadha Hubail has submitted this change and it was merged. Change subject: [NO ISSUE][API] Rename Request Cancellation API Parameter ......................................................................
[NO ISSUE][API] Rename Request Cancellation API Parameter - user model changes: yes - storage format changes: no - interface changes: no Details: - Rename the parameter for the request UUID in the query cancellation servlet from uuid to request_id to be more user friendly. Change-Id: I357762beff5384e52ce6f25837d2390f02ad10ad Reviewed-on: https://asterix-gerrit.ics.uci.edu/3334 Sonar-Qube: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> --- M asterixdb/asterix-app/src/main/java/org/apache/asterix/api/http/server/CcQueryCancellationServlet.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found; ; Verified Objections: Anon. E. Moose #1000171: Violations found diff --git a/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/http/server/CcQueryCancellationServlet.java b/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/http/server/CcQueryCancellationServlet.java index 370579a..00aef9e 100644 --- a/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/http/server/CcQueryCancellationServlet.java +++ b/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/http/server/CcQueryCancellationServlet.java @@ -39,7 +39,7 @@ */ public class CcQueryCancellationServlet extends AbstractServlet { - public static final String REQUEST_UUID_PARAM_NAME = "uuid"; + public static final String REQUEST_UUID_PARAM_NAME = "request_id"; private static final Logger LOGGER = LogManager.getLogger(); private final ICcApplicationContext appCtx; -- To view, visit https://asterix-gerrit.ics.uci.edu/3334 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I357762beff5384e52ce6f25837d2390f02ad10ad Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
