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
Hello!
I have built a doRedis cluster and currently running long term computations. After 1-2 days of computation cluster stucks. Stopping all workers does not help.
Last time it happened i checked redis keys and sow thet there was one "alive" key not expiring. I have manualy expired it and the job contined. I think there are several possibilities why this happens:
Some R worker thread somehow stucked in a loop (I am pretty shure that I stopped all threads but next time I will check more acuratelly)
setOK thread can not determine that R thread stoped (Is it possible?)
Expiration time was not set by setOK thread while alive key was created.
The text was updated successfully, but these errors were encountered:
Hello!
I have built a doRedis cluster and currently running long term computations. After 1-2 days of computation cluster stucks. Stopping all workers does not help.
Last time it happened i checked redis keys and sow thet there was one "alive" key not expiring. I have manualy expired it and the job contined. I think there are several possibilities why this happens:
The text was updated successfully, but these errors were encountered: