Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B2176200B8B for ; Mon, 19 Sep 2016 17:33:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AEE99160ABB; Mon, 19 Sep 2016 15:33:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F4099160ACC for ; Mon, 19 Sep 2016 17:33:53 +0200 (CEST) Received: (qmail 14624 invoked by uid 500); 19 Sep 2016 15:33:53 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 14579 invoked by uid 99); 19 Sep 2016 15:33:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2016 15:33:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C2436CA0A9 for ; Mon, 19 Sep 2016 15:33:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.919 X-Spam-Level: X-Spam-Status: No, score=0.919 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PeVAp5GAsPkv for ; Mon, 19 Sep 2016 15:33:49 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 009C85FC39 for ; Mon, 19 Sep 2016 15:33:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 9FED4241057; Mon, 19 Sep 2016 08:33:48 -0700 (PDT) Date: Mon, 19 Sep 2016 08:33:48 -0700 From: "Till Westmann (Code Review)" To: Wail Alkowaileet CC: Jenkins Reply-To: tillw@apache.org X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: Add result location HTTP API. X-Gerrit-Change-Id: If5d691635c6003947b4eb06291f620127de1eef8 X-Gerrit-ChangeURL: X-Gerrit-Commit: f2a58f4d121fe377eb74bdff9c13ab59d28721e5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.8.4 Message-Id: <20160919153348.9FED4241057@unhygienix.ics.uci.edu> archived-at: Mon, 19 Sep 2016 15:33:54 -0000 Till Westmann has posted comments on this change. Change subject: Add result location HTTP API. ...................................................................... Patch Set 1: For the test: I think that Michael Blow recently added some regular expression support to the test framework when he was writing tests for the cluster admin APIs. I think that that might help. For exceptions: I think that the practice to ignore exceptions that we don't know how to handle is quite dangerous. I think that in many of the cases where that is done, we don't understand the impact on the system behavior (and if we do, we should document it). So I think that we need to fix that (either immediately or later by filing an issue) one handler at a time ... -- To view, visit https://asterix-gerrit.ics.uci.edu/1178 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: If5d691635c6003947b4eb06291f620127de1eef8 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Wail Alkowaileet Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Wail Alkowaileet Gerrit-HasComments: No