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 CCD73200B38 for ; Fri, 24 Jun 2016 02:34:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB886160A69; Fri, 24 Jun 2016 00:34:17 +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 4732D160A59 for ; Fri, 24 Jun 2016 02:34:17 +0200 (CEST) Received: (qmail 67555 invoked by uid 500); 24 Jun 2016 00:34:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 67538 invoked by uid 99); 24 Jun 2016 00:34:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 00:34:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 39A852C1F5C for ; Fri, 24 Jun 2016 00:34:16 +0000 (UTC) Date: Fri, 24 Jun 2016 00:34:16 +0000 (UTC) From: "Geoffrey Yu (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12076) Add username to AuthenticationException messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 00:34:18 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347482#comment-15347482 ] Geoffrey Yu commented on CASSANDRA-12076: ----------------------------------------- Absolutely - I made the changes and attached a new patch. How do the messages look now? As for the dtests, which version should I be restricting the existing relevant tests to? > Add username to AuthenticationException messages > ------------------------------------------------ > > Key: CASSANDRA-12076 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12076 > Project: Cassandra > Issue Type: Improvement > Reporter: Geoffrey Yu > Assignee: Geoffrey Yu > Priority: Trivial > Attachments: 12076-trunk-v2.txt, 12076-trunk.txt > > > When an {{AuthenticationException}} is thrown, there are a few places where the user that initiated the request is not included in the exception message. It can be useful to have this information included for logging purposes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)