MetricsTable#updateFlushTime is wrong (#1539)

Authored-by: Gaurav Kanade <gkanade@microsoft.com>
Signed-off-by: Ramkrishna <ramkrishna@apache.org>
This commit is contained in:
gkanade 2020-04-17 15:40:27 +05:30 committed by Ramkrishna Vasudevan
parent 55f65dc030
commit 361e81e1f8
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ public class MetricsRegionServer {
serverSource.updateFlushOutputSize(fileSize);
if (table != null) {
metricsTable.updateFlushTime(table, memstoreSize);
metricsTable.updateFlushTime(table, t);
metricsTable.updateFlushMemstoreSize(table, memstoreSize);
metricsTable.updateFlushOutputSize(table, fileSize);
}