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
High bumps come from s3cmd calculating md5sum of the ~1GB file
low bumps with 30-second interval comes from timeout
Root Cause
leo_pod:checkin is not be executed when the gen_server:call failed after leo_pod:checkout.
The worker is not returned and the error is not handled for restart.
Description
When doing a large object put benchmark,
leo_gateway
would eventually stop responding. Every subsequent requests would get time out.Observation
Interpretation
Root Cause
leo_pod:checkin
is not be executed when thegen_server:call
failed afterleo_pod:checkout
.The worker is not returned and the error is not handled for restart.
Related PR
leo-project/leo_gateway#60
The text was updated successfully, but these errors were encountered: