tally icon indicating copy to clipboard operation
tally copied to clipboard

Inconsistent Bucket Sizing Overflow Behavior on Different Architectures

Open rossb83 opened this issue 10 months ago • 1 comments

Please see https://github.com/uber-go/tally/issues/264 likely same issue on the java side.

rossb83 avatar Mar 04 '25 01:03 rossb83

There is no such issue on the Java side. It has its Duration implementation with overflow checks. https://github.com/uber-java/tally/blob/master/core/src/main/java/com/uber/m3/util/Duration.java#L296 https://github.com/uber-java/tally/blob/master/core/src/main/java/com/uber/m3/util/Duration.java#L307

roman-mazhut avatar Mar 19 '25 13:03 roman-mazhut