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
2be04d713c
commit
aa5b28a779
@ -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…
x
Reference in New Issue
Block a user