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 10D74200C3D for ; Tue, 28 Feb 2017 01:02:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0F434160B6C; Tue, 28 Feb 2017 00:02:46 +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 58D5E160B60 for ; Tue, 28 Feb 2017 01:02:45 +0100 (CET) Received: (qmail 63529 invoked by uid 500); 28 Feb 2017 00:02:44 -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 63518 invoked by uid 99); 28 Feb 2017 00:02:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 00:02:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 23A7E18E171 for ; Tue, 28 Feb 2017 00:02:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.92 X-Spam-Level: X-Spam-Status: No, score=0.92 tagged_above=-999 required=6.31 tests=[HK_RANDOM_REPLYTO=0.001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ovUXfIwioLWv for ; Tue, 28 Feb 2017 00:02:43 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8C4CE5F1C2 for ; Tue, 28 Feb 2017 00:02:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id E8087240F93; Mon, 27 Feb 2017 16:02:41 -0800 (PST) Date: Mon, 27 Feb 2017 16:02:27 -0800 From: "Xikui Wang (Code Review)" To: Jenkins CC: abdullah alamoudi Reply-To: xkkwww@gmail.com X-Gerrit-MessageType: newpatchset Subject: Change in asterixdb[master]: Feed Exception Revise X-Gerrit-Change-Id: Iee65b2a5365067c9ba2aa1615ac23f0ace41b51e X-Gerrit-ChangeURL: X-Gerrit-Commit: 984db1260b4e390c625c2e366eaa0026d2cd6457 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.12.7 Message-Id: <20170228000241.E8087240F93@unhygienix.ics.uci.edu> archived-at: Tue, 28 Feb 2017 00:02:46 -0000 Hello Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/1534 to look at the new patch set (#2). Change subject: Feed Exception Revise ...................................................................... Feed Exception Revise 1. Add compliation exception for missing Twitter4J library. Try to expose this exception when create feed. 2. Removed 'invalid feed parameter exception'. Expose detailed exception information to front end. Change-Id: Iee65b2a5365067c9ba2aa1615ac23f0ace41b51e --- M asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties M asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/provider/DatasourceFactoryProvider.java M asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/statement/SubscribeFeedStatement.java M asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/MetadataException.java M asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/feeds/FeedMetadataUtil.java 6 files changed, 21 insertions(+), 12 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/34/1534/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/1534 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iee65b2a5365067c9ba2aa1615ac23f0ace41b51e Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Xikui Wang Gerrit-Reviewer: Jenkins Gerrit-Reviewer: abdullah alamoudi