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 70EBC200B98 for ; Mon, 3 Oct 2016 14:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F726160ADC; Mon, 3 Oct 2016 12:04:22 +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 ADD46160ACC for ; Mon, 3 Oct 2016 14:04:21 +0200 (CEST) Received: (qmail 9533 invoked by uid 500); 3 Oct 2016 12:04:20 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 9522 invoked by uid 99); 3 Oct 2016 12:04:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 12:04:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 722DF2C0032 for ; Mon, 3 Oct 2016 12:04:20 +0000 (UTC) Date: Mon, 3 Oct 2016 12:04:20 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CURATOR-352) SchemaViolation errors do not contain enough information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 03 Oct 2016 12:04:22 -0000 Jordan Zimmerman created CURATOR-352: ---------------------------------------- Summary: SchemaViolation errors do not contain enough information Key: CURATOR-352 URL: https://issues.apache.org/jira/browse/CURATOR-352 Project: Apache Curator Issue Type: Improvement Components: Framework Affects Versions: 3.2.0 Reporter: Jordan Zimmerman Assignee: Jordan Zimmerman Priority: Minor Fix For: 3.2.1 When a SchemaViolation is thrown, it only has information about the schema entry. It would be much more useful if it also had information about the bad action - path, acl, etc. so that the problem can be debugged. -- This message was sent by Atlassian JIRA (v6.3.4#6332)