From notifications-return-61555-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Jun 24 15:40:39 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 84C6D180648 for ; Thu, 24 Jun 2021 17:40:39 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id B8E6E62260 for ; Thu, 24 Jun 2021 15:40:26 +0000 (UTC) Received: (qmail 2665 invoked by uid 500); 24 Jun 2021 15:40:26 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 2648 invoked by uid 99); 24 Jun 2021 15:40:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2021 15:40:25 +0000 From: =?utf-8?q?GitBox?= To: notifications@accumulo.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Baccumulo=5D_foster33_opened_a_new_pull_request_=23?= =?utf-8?q?2180=3A_Update_CheckForMetadataProblems_Utility_Output?= Message-ID: Date: Thu, 24 Jun 2021 15:40:25 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit foster33 opened a new pull request #2180: URL: https://github.com/apache/accumulo/pull/2180 Fixes #2166 This PR updates the output of the CheckForMetadataProblems utility. It previously included a mix of table ids and names. The output now offers more information and is much more easily read. Some changes and additions that are included: - `checkTable` function now accepts a String tableName - Uses `Tables.getTableID()` and `Tables.getTableName()` to get information about the specific tables - Places the client scanner inside of the try block in `checkMetadataAndRootTableEntries()` - Updates potential error messages that were not shown in the output in the initial ticket. During my testing I did notice that there is an extra line that shows some log info about the path to accumulo.properties that gets displayed before the expected output. I am not sure if this is a big issue that it is displayed, but if there is a way to not have it displayed that would probably be best. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org