Skip to content

Commit e67d751

Browse files
gkanadeRamkrishna Vasudevan
authored andcommitted
MetricsTable#updateFlushTime is wrong (#1539)
Authored-by: Gaurav Kanade <gkanade@microsoft.com> Signed-off-by: Ramkrishna <ramkrishna@apache.org>
1 parent 72e5ee9 commit e67d751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void updateFlush(String table, long t, long memstoreSize, long fileSize)
212212
serverSource.updateFlushOutputSize(fileSize);
213213

214214
if (table != null) {
215-
metricsTable.updateFlushTime(table, memstoreSize);
215+
metricsTable.updateFlushTime(table, t);
216216
metricsTable.updateFlushMemstoreSize(table, memstoreSize);
217217
metricsTable.updateFlushOutputSize(table, fileSize);
218218
}

0 commit comments

Comments
 (0)