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 EEADB10650 for ; Tue, 10 Sep 2013 21:23:57 +0000 (UTC) Received: (qmail 61043 invoked by uid 500); 10 Sep 2013 21:23:56 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60995 invoked by uid 500); 10 Sep 2013 21:23:56 -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 60943 invoked by uid 99); 10 Sep 2013 21:23:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 21:23:56 +0000 Date: Tue, 10 Sep 2013 21:23:56 +0000 (UTC) From: "Dan Burkert (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9494) Cleanup inconsistencies in protobuf message and rpc names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Burkert updated HBASE-9494: ------------------------------- Status: Open (was: Patch Available) > Cleanup inconsistencies in protobuf message and rpc names > --------------------------------------------------------- > > Key: HBASE-9494 > URL: https://issues.apache.org/jira/browse/HBASE-9494 > Project: HBase > Issue Type: Improvement > Components: IPC/RPC, Protobufs > Affects Versions: 0.96.0 > Reporter: Dan Burkert > Priority: Minor > > This is a minor cleanup of some inconsistencies in names of protobuf messages and rpcs. I ran into these while dynamically working with hbase-protocol, where it is nice to have message and rpc names as consistent as possible. Specifically, most of these changes are to have the rpc name match the message names plus [Request, Response]. Changes: > Message renames: > AccessControlProtos.UserPermissions[Request, Response] -> GetUserPermissions[Request, Response] > AggregateProtos.AggregateArgument -> AggregateRequest > AuthenticationProtos.Token[Request, Response] -> GetAuthenticationToken[Request, Response] > AuthenticationProtos.Token[Request, Response] -> GetAuthenticationToken[Request, Response] > MultiRowMutation.MultiMutate[Request, Response] -> MutateRows[Request, Response] > RowProcessorProtos.RowProcessor[Request, Response] -> ProcessRowRequest[Request, Response] > SecureBulkLoadProtos.DelegationTokenProto -> DelegationToken > RPC renames: > MasterAdminProtos.RunCatalogScan -> CatalogScan > MasterAdminProtos.Snapshot -> TakeSnapshot > MasterAdminProtos.GetCompletedSnapshots -> ListCompletedSnapshots > RowProcessorProtos.Process -> RowProcessorProtos.ProcessRow > Outer classname changes: > MultiRowMutation -> MultiRowMutationProtos > Tracing -> TracingProtos > File renames: > hbase.proto -> HBase.proto -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira