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

applying fix for this 3 cases: #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

applying fix for this 3 cases: #56

wants to merge 1 commit into from

Conversation

odbz
Copy link
Contributor

@odbz odbz commented Apr 15, 2024

1.DataNode was not able to reach Execution Engine and submit analysis. In this case the status of analysis should be marked as "Failed".

2.There is no response from Execution Engine about the status of analysis for a long time. In case callback configuration was not set correctly and Execution Engine was not able to sent callback. In this case we need to invalidate the job after some time. E.g, if there is no response from Execution Engine during a 1 hour, it means the fob was failed. 1 hour should be parametrised.

3.We need to invalidate and marked as "FAILED" all jobs that are in Executing state during the Data Node restart. Executing/Aborting => Failed

1.DataNode was not able to reach Execution Engine and submit analysis. In this case the status of analysis should be marked as "Failed".

2.There is no response from Execution Engine about the status of analysis for a long time. In case callback configuration was not set correctly and Execution Engine was not able to sent callback. In this case we need to invalidate the job after some time. E.g, if there is no response from Execution Engine during a 1 hour, it means the fob was failed. 1 hour should be parametrised.

3.We need to invalidate and marked as "FAILED" all jobs that are in Executing state during the Data Node restart.
Executing/Aborting => Failed
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

Successfully merging this pull request may close these issues.

1 participant