Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2C46C0AD for ; Fri, 27 Apr 2012 11:58:17 +0000 (UTC) Received: (qmail 95215 invoked by uid 500); 27 Apr 2012 11:58:14 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 95188 invoked by uid 500); 27 Apr 2012 11:58:14 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 95147 invoked by uid 99); 27 Apr 2012 11:58:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 11:58:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 11:58:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 64C75423387 for ; Fri, 27 Apr 2012 11:57:50 +0000 (UTC) Date: Fri, 27 Apr 2012 11:57:50 +0000 (UTC) From: "Eric Newton (JIRA)" To: dev@accumulo.apache.org Message-ID: <844341547.2515.1335527870487.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (ACCUMULO-257) Ensure proper errors are being thrown MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton resolved ACCUMULO-257. ---------------------------------- Resolution: Incomplete How will I know if this is fixed? This ticket seems over-broad. It could just say "make errors better" or "test more." I'll never know when it is complete. Either update the ticket to be more specific, ie: write a functional test that ensures that TableNotFound is thrown for all TableOperations, writes/reads. > Ensure proper errors are being thrown > ------------------------------------- > > Key: ACCUMULO-257 > URL: https://issues.apache.org/jira/browse/ACCUMULO-257 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: John Vines > Assignee: Eric Newton > > This has been partly resolved, but code should be combed to make sure all instances of this happening are resolved. > In short, we need to make sure errors that come out of Accumulo do not get too mutilated. Id est, table not found exceptions should not get transformed into generic CBException and the such. This also means checking the server side to make sure table permission checks throw the appropriate tablenotfoundexception in lieu of a security exception. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira