dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

monitor中CountUtils类有几个bug #279

Open mjaow opened 7 years ago

mjaow commented 7 years ago
  1. sum,max,avg三个函数中都调用了calc(file, SUM)
  2. calc函数中保存的临时变量count为int类型,可能存在大数溢出问题