Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 236A3184F2 for ; Fri, 7 Aug 2015 17:25:46 +0000 (UTC) Received: (qmail 19229 invoked by uid 500); 7 Aug 2015 17:25:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 19170 invoked by uid 500); 7 Aug 2015 17:25:45 -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 19155 invoked by uid 99); 7 Aug 2015 17:25:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 17:25:45 +0000 Date: Fri, 7 Aug 2015 17:25:45 +0000 (UTC) From: "Lars Francke (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-14194) Undeprecate methods in ThriftServerRunner.HBaseHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lars Francke created HBASE-14194: ------------------------------------ Summary: Undeprecate methods in ThriftServerRunner.HBaseHandler Key: HBASE-14194 URL: https://issues.apache.org/jira/browse/HBASE-14194 Project: HBase Issue Type: Improvement Reporter: Lars Francke Assignee: Lars Francke Priority: Trivial The methods {{getVer}}, {{getVerTs}}, {{atomicIncrement}} were deprecated back in HBASE-1304. My guess is this was because it wasn't distinguishing between column family and column qualifier but I'm not sure. Either way it's been in there for six years without documentation or a deprecation at the interface level so it adds to my confusion and I'll attach a patch to remove the deprecations. I guess at one point the whole old Thrift server will be deprecated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)