Re: Changes to statistics types

2019-02-26 Thread Helena Bales
Thank you for your feedback, Owen. This change has been merged to develop. On Sat, Feb 23, 2019 at 7:26 AM Owen Nichols wrote: > This seems like an entirely reasonable bugfix to make in a minor release. > A “release note” mentioning the change should be more than sufficient to > alert anyone who

Re: Changes to statistics types

2019-02-23 Thread Owen Nichols
This seems like an entirely reasonable bugfix to make in a minor release. A “release note” mentioning the change should be more than sufficient to alert anyone who may be directly accessing stats. For me, the key information here is "This change does not affect VSD”. For most people, VSD is t

Changes to statistics types

2019-02-22 Thread Helena Bales
Hello all, The performance team wants to change some of the statistics that are currently ints to be longs so that they do not overflow as quickly. We were encountering issues with the performance tests due to overflows in stats following an increase in performance for gets. Recent pull requests t