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
and keep dumping the same error. if you have a luck then those errors get disappeared and delete-bucket get to proceed again.
The reason why this happens is
gen_server on leo_storage and gen_server on leo_manager call the rpc each other in the blocking mode so depending on the timing, each rpc calls can be blocked and subsequently timeout will happen.
Decreasing the timeout value for rpc calls would make this problem less likely to happen.
The text was updated successfully, but these errors were encountered:
Once this problem happened, logs like below started to appear
and keep dumping the same error. if you have a luck then those errors get disappeared and delete-bucket get to proceed again.
The reason why this happens is
gen_server on leo_storage and gen_server on leo_manager call the rpc each other in the blocking mode so depending on the timing, each rpc calls can be blocked and subsequently timeout will happen.
Decreasing the timeout value for rpc calls would make this problem less likely to happen.
The text was updated successfully, but these errors were encountered: