cms-dev / cms-dev/cms

[ES] Do not evaluate a deleted dataset

Open
#781 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1k
Forks
412
Avg merge
6d 10h
Merged PRs (30d)
3

Description

If for any reason a dataset is causing troubling to workers, it can be deleted. However, ES continues to send to workers the operations (referring to the incriminated dataset) already in the queue.
As they cannot be evaluated, such operations stay in the queue indefinitely.

This issue should probably be accounted with the new proposal for ES.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are identified. Start by locating the ES queue and dataset evaluation path, then review the new ES proposal mentioned in the issue. Done means queued operations for deleted datasets no longer remain unevaluated indefinitely.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.