MetricsTable#updateFlushTime is wrong (#1539)
Authored-by: Gaurav Kanade <gkanade@microsoft.com> Signed-off-by: Ramkrishna <ramkrishna@apache.org>
This commit is contained in:
parent
b7a6d36be4
commit
12aad76109
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue