Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1301,9 +1301,6 @@ private Map<TableBucket, PutKvResultForBucket> putToLocalKv(
// metric for kv
tableMetrics.incKvMessageIn(entry.getValue().getRecordCount());
tableMetrics.incKvBytesIn(entry.getValue().sizeInBytes());
// metric for cdc log of kv
tableMetrics.incLogBytesIn(appendInfo.validBytes());
tableMetrics.incLogMessageIn(appendInfo.numMessages());
} catch (Exception e) {
if (isUnexpectedException(e)) {
LOG.error("Error put records to local kv on replica {}", tb, e);
Expand Down