Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alive key does not expire #22

Open
Qwasser opened this issue Nov 14, 2014 · 0 comments
Open

Alive key does not expire #22

Qwasser opened this issue Nov 14, 2014 · 0 comments
Labels

Comments

@Qwasser
Copy link

Qwasser commented Nov 14, 2014

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:

  1. 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)
  2. setOK thread can not determine that R thread stoped (Is it possible?)
  3. Expiration time was not set by setOK thread while alive key was created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants