Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Adds new metrics sink.failedBatches and source.failedBatches to replication metrics, allowing one to track failures on both sides of a replication stream. As with other source metrics, the new source.failedBatches is reported globally and by peer id.
Description
We ran into HBASE-26575 recently, but had a hard time tracking down where the edits were coming from. The only real evidence of a failure in replication was the ageOfLastShipped metric and some warnings in the logs. It would be nice to add an explicit metric around source.failedBatches and sink.failedBatches, incremented whenever an exception is encountered.