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

Cannot remove taskId from the queue shard conductor.test.QUEUE.HTTP.a #94

Open
manan164 opened this issue Mar 20, 2020 · 4 comments
Open
Assignees

Comments

@manan164
Copy link

Hi @apanicker-nflx @kishorebanala ,
We are facing a lot of these warnings in conductor.

cannot add 2b5a87f2-c97f-4294-b883-57869f5fd65d from the queue shard conductor.test.QUEUE.HTTP.a
cannot remove b3ce517b-eeef-474f-94e9-3468e6b0927b from the queue shard conductor.test.QUEUE._deciderQueue.a
cannot add b3ce517b-eeef-474f-94e9-3468e6b0927b from the queue shard conductor.test.QUEUE._deciderQueue.a

We are running Redis cluster setup. Also, enabled workflow execution locking a few days back but that did not help much.
We also see the deciderQueue getting piled up and we run Sweeper. But running Sweeper also does not help much because sweeper also does pop from redis and I see that in pop itself these exception comes.
Can you please help us with this?
Does it cause any harm in running workflows?
We also see PENDING_WORKFLOWS set also gets piled up and we terminate all old workflows based on the workflow creation time.

@apanicker-nflx
Copy link

@smukil Can you comment on these errors? These errors seem to be exceptions thrown by dyno queues.

@manan164
Copy link
Author

This is also the reason for Sweeper not working correctly.

116101-2020-03-31 23:54:06 DEBUG WorkflowSweeper:82 - Sweeper's current deciderqueue size: 2806.
116102:2020-03-31 23:54:06 DEBUG WorkflowSweeper:84 - Sweeper retrieved 0 workflows from the decider queue.```
It never receive the workflow from dynoQueue because it is not able to pop.

@apanicker-nflx apanicker-nflx transferred this issue from Netflix/conductor Apr 3, 2020
@saurabh-narain
Copy link

@apanicker-nflx Any updates on this issue?

@Mohit177
Copy link

@apanicker-nflx @smukil any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants