Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 976121064C for ; Tue, 10 Sep 2013 21:23:53 +0000 (UTC) Received: (qmail 59404 invoked by uid 500); 10 Sep 2013 21:23:52 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 59281 invoked by uid 500); 10 Sep 2013 21:23:52 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 59217 invoked by uid 99); 10 Sep 2013 21:23:52 -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:52 +0000 Date: Tue, 10 Sep 2013 21:23:52 +0000 (UTC) From: "Dan Burkert (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Dan Burkert created HBASE-9494: ---------------------------------- Summary: 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