[
https://issues.apache.org/jira/browse/HBASE-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368490#comment-14368490
]
Hudson commented on HBASE-13216:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #6276 (See
[https://builds.apache.org/job/HBase-TRUNK/6276/])
HBASE-13216 Add version info in RPC connection header (Shaohui Liu)
(liushaohui: rev 602e11cc74b5a0442a754d96bbbcd17fdd171931)
* hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
* hbase-protocol/src/main/protobuf/RPC.proto
*
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/RPCProtos.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java
> 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)