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 52C9A17CCF for ; Thu, 12 Mar 2015 18:39:41 +0000 (UTC) Received: (qmail 67979 invoked by uid 500); 12 Mar 2015 18:39:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67943 invoked by uid 500); 12 Mar 2015 18:39:41 -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 67932 invoked by uid 99); 12 Mar 2015 18:39:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 18:39:41 +0000 Date: Thu, 12 Mar 2015 18:39:41 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13216) Add version info in RPC connection header 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-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14359145#comment-14359145 ] Andrew Purtell commented on HBASE-13216: ---------------------------------------- This looks fine for 0.98 too, I can cherry pick it back when/if it goes in to branch-1 > Add version info in RPC connection header > ----------------------------------------- > > Key: HBASE-13216 > URL: https://issues.apache.org/jira/browse/HBASE-13216 > Project: HBase > Issue Type: Improvement > Components: Client, rpc > Reporter: Liu Shaohui > Assignee: Liu Shaohui > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-13216-v1.diff, HBASE-13216-v2.diff, HBASE-13216-v3.diff, HBASE-13216-v4.diff > > > In the operation of a cluster, we usually want to know which clients are using the HBase client with critical bugs or too old version we will not support in future. > By adding version info in RPC connection header, we can get these informations from audit log and promote them upgrade before a deadline. > Discussions and suggestions are welcomed. Thanks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)