briaugenreich commented on code in PR #4347:
URL: https://github.com/apache/hbase/pull/4347#discussion_r857749419
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java:
##########
@@ -193,6 +193,7 @@ public void replicateEntries(List<WALEntry> entries, final
CellScanner cells,
for (int i = 0; i < count; i++) {
// Throw index out of bounds if our cell count is off
if (!cells.advance()) {
+ this.metrics.incrementFailedBatches();
Review Comment:
The catch below actually should remain an IOException. (seems like my
cherry-pick from my working branch didnt catch this change.)
--
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]