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 81B71200C4E for ; Thu, 23 Mar 2017 07:18:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 804EA160B91; Thu, 23 Mar 2017 06:18: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 C7B66160B94 for ; Thu, 23 Mar 2017 07:18:45 +0100 (CET) Received: (qmail 24444 invoked by uid 500); 23 Mar 2017 06:18:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 24433 invoked by uid 99); 23 Mar 2017 06:18:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2017 06:18:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 79153C0FEE for ; Thu, 23 Mar 2017 06:18:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id sfRT9l198Aa0 for ; Thu, 23 Mar 2017 06:18:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2DB275FDC0 for ; Thu, 23 Mar 2017 06:18:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0EBA7E05B1 for ; Thu, 23 Mar 2017 06:18:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B6536254E8 for ; Thu, 23 Mar 2017 06:18:41 +0000 (UTC) Date: Thu, 23 Mar 2017 06:18:41 +0000 (UTC) From: "Chia-Ping Tsai (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17809) cleanup unused class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Mar 2017 06:18:46 -0000 [ https://issues.apache.org/jira/browse/HBASE-17809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-17809: ----------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) commit it to master. > cleanup unused class > -------------------- > > Key: HBASE-17809 > URL: https://issues.apache.org/jira/browse/HBASE-17809 > Project: HBase > Issue Type: Sub-task > Affects Versions: 2.0.0 > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Fix For: 2.0.0 > > Attachments: HBASE-17809.v0.patch, HBASE-17809.v0.patch, HBASE-17809.v0.patch > > > inspired by HBASE-17805. We had left a lot of orphan class due to a bunch of commits. We shall remove them. > ||class||last meeting||why||line count| > |LruHashMap|HBASE-1822|get rid of|1100| > |ScannerTimeoutException|HBASE-16266|get rid of|45| > |SortedCopyOnWriteSet|HBASE-12748|get rid of|178| > |TestSortedCopyOnWriteSet|HBASE-12748|get rid of|107| > |DelegatingRetryingCallable|HBASE-9049|create but never used|65| > |LockTimeoutException|HBASE-16786|get rid of|44| > |OperationConflictException|HBASE-9899|get rid of|50| > |InvalidQuotaSettingsException|HBASE-11598|create but never used|33| > |ShareableMemory|HBASE-15735|get rid of|40| > |BoundedArrayQueue|HBASE-14860|get rid of|82| > |TestBoundedArrayQueue|HBASE-14860|get rid of|61| > |ChecksumFactory|HBASE-11927|get rid of|100| > |TokenDepthComparator|HBASE-4676|create but never used|65| > |RegionMergeTransaction|HBASE-17470|get rid of|249| > |MetaUtils|HBASE-1822|get rid of|156| -- This message was sent by Atlassian JIRA (v6.3.15#6346)