未验证 提交 a2c6d33a 编写于 作者: G Git_Yang 提交者: GitHub

[ISSUE #3415] Fix the problem of failure during checkstyle execution

Signed-off-by: Nzhangyang21 <zhangyang21@xiaomi.com>
上级 cd45023d
......@@ -259,7 +259,7 @@ public class ExportMetricsCommand implements SubCommand {
totalOneDayNumMap.put("transOneDayInNum", totalOneDayNumMap.get("transOneDayInNum") + transOneDayInNum);
totalOneDayNumMap.put("scheduleOneDayInNum", totalOneDayNumMap.get("scheduleOneDayInNum") + scheduleOneDayInNum);
// putMessageAverageSize 平均
// putMessageAverageSize
runtimeQuotaMap.put("messageAverageSize", kvTable.getTable().get("putMessageAverageSize"));
//topicSize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册