stoty commented on code in PR #7454:
URL: https://github.com/apache/hbase/pull/7454#discussion_r2514615645
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncScanSingleRegionRpcRetryingCaller.java:
##########
@@ -460,9 +460,9 @@ private void onError(Throwable error) {
retryTimer.newTimeout(t -> call(), delayNs, TimeUnit.NANOSECONDS);
}
- private void updateNextStartRowWhenError(Result result) {
+ private void updateNextStartRowWhenError(Result result, boolean
isHeartbeatMessage) {
Review Comment:
At the moment this seems to be not an HBase issue after all.
I am closing the PRs and tickets to avoid further confusion.
If the problem ends up being on the HBase side, I will repoen the ticket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]