You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MutableSecondarySamplingState uses some slow and dodgy JDK code for parsing integers. With a limit like 255, it is easier and faster to parse and write TTLs with zero chance of leaking exceptions (or even allocating them).
MutableSecondarySamplingStateuses some slow and dodgy JDK code for parsing integers. With a limit like 255, it is easier and faster to parse and write TTLs with zero chance of leaking exceptions (or even allocating them).