[
https://issues.apache.org/jira/browse/HBASE-18552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199154#comment-16199154
]
Andrew Purtell commented on HBASE-18552:
----------------------------------------
ScannerContext is LimitedPrivate(COPROC) so this change is problematic
{code}
- public Cell getPeekedCellInHeartbeat() {
- return peekedCellInHeartbeat;
+ public Cell getLastPeekedCell() {
+ return lastPeekedCell;
}
- public void setPeekedCellInHeartbeat(Cell peekedCellInHeartbeat) {
- this.peekedCellInHeartbeat = peekedCellInHeartbeat;
+ public void setLastPeekedCell(Cell lastPeekedCell) {
+ this.lastPeekedCell = lastPeekedCell;
}
{code}
Is it possible to not make this change? The interface is marked Evolving so we
could do it if necessary.
> Backport the server side change in HBASE-18489 to branch-1
> ----------------------------------------------------------
>
> Key: HBASE-18552
> URL: https://issues.apache.org/jira/browse/HBASE-18552
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 1.4.0, 1.5.0
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Fix For: 1.4.0, 1.5.0
>
> Attachments: HBASE-18552-branch-1-v1.patch,
> HBASE-18552-branch-1.patch, HBASE-18552-branch-1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)