issues
search
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
sum,max,avg三个函数中都调用了calc(file, SUM)
calc函数中保存的临时变量count为int类型,可能存在大数溢出问题