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
Crash at startup due to integer overlow on 32-bit platform
Describe what happened
Sentinel is a plugin feature in dapr's latest release v1.2.2. Startup is triggered with api.initWithConfig() within a Docker container. Usually I see an error like below, except the out of range value changes but is always negative.
Issue Description
Type: bug report
Crash at startup due to integer overlow on 32-bit platform
Describe what happened
Sentinel is a plugin feature in dapr's latest release v1.2.2. Startup is triggered with
api.initWithConfig()
within a Docker container. Usually I see an error like below, except the out of range value changes but is always negative.Describe what you expected to happen
No crash!
How to reproduce it (as minimally and precisely as possible)
Nothing special to trigger the problem. I expect the error to happen on any 32-bit platform.
Tell us your environment
Running sentinel v1.0.2 on a Raspberry Pi Compute Module 3+, compiled for linux/arm architecture.
Anything else we need to know?
Debugging shows the issue pretty clearly is here.
timeId
is Unix epoch time in msec, a 64-bit value;len
is 500.The text was updated successfully, but these errors were encountered: