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
55f65dc030
commit
361e81e1f8
|
@ -224,7 +224,7 @@ public class MetricsRegionServer {
|
||||||
serverSource.updateFlushOutputSize(fileSize);
|
serverSource.updateFlushOutputSize(fileSize);
|
||||||
|
|
||||||
if (table != null) {
|
if (table != null) {
|
||||||
metricsTable.updateFlushTime(table, memstoreSize);
|
metricsTable.updateFlushTime(table, t);
|
||||||
metricsTable.updateFlushMemstoreSize(table, memstoreSize);
|
metricsTable.updateFlushMemstoreSize(table, memstoreSize);
|
||||||
metricsTable.updateFlushOutputSize(table, fileSize);
|
metricsTable.updateFlushOutputSize(table, fileSize);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue