[
https://issues.apache.org/jira/browse/HBASE-6659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444458#comment-13444458
]
Ted Yu commented on HBASE-6659:
-------------------------------
In hbase.proto, sequence Id is added to:
{code}
message RegionLoad {
{code}
ServerLoad.RegionLoad is just another form of representation for the above.
In regionServerReport(), we have:
{code}
HBaseProtos.ServerLoad sl = request.getLoad();
this.serverManager.regionServerReport(ProtobufUtil.toServerName(request.getServer()),
new ServerLoad(sl));
{code}
If the regionserver to master heartbeat is not the place to channel sequence Id
information, please remind me of the correct channel to use.
I can revert the patch to facilitate further discussion.
> Port HBASE-6508 Filter out edits at log split time
> --------------------------------------------------
>
> Key: HBASE-6659
> URL: https://issues.apache.org/jira/browse/HBASE-6659
> Project: HBase
> Issue Type: Bug
> Reporter: Zhihong Ted Yu
> Assignee: Zhihong Ted Yu
> Fix For: 0.96.0
>
> Attachments: 6508-v2.txt, 6508-v3.txt, 6508-v4.txt, 6508-v5.txt
>
>
> HBASE-6508 is for 0.89-fb branch.
> This JIRA ports the feature to trunk.
--
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