[
https://issues.apache.org/jira/browse/HBASE-11058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981977#comment-13981977
]
Charlene Sun commented on HBASE-11058:
--------------------------------------
Yes.
I am writing a protocol analyzer to analyze application data.
Correlating request and response is a part of it, which I could use the call_id
if it presents.
Thank you.
Charlene Sun
> call_id seems never present in response
> ---------------------------------------
>
> Key: HBASE-11058
> URL: https://issues.apache.org/jira/browse/HBASE-11058
> Project: HBase
> Issue Type: Bug
> Reporter: Charlene Sun
>
> version used: 0.98.1
> call_id seems never present in response, could someone take a look and help?
>
> message ResponseHeader {
> optional uint32 call_id = 1;
> message RequestHeader {
> // Monotonically increasing call_id to keep track of RPC requests and their
> response
> optional uint32 call_id = 1;
--
This message was sent by Atlassian JIRA
(v6.2#6252)