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

[Cluster Events] Add basic job events. #29164

Merged
merged 3 commits into from
Oct 7, 2022

Conversation

rkooo567
Copy link
Contributor

@rkooo567 rkooo567 commented Oct 7, 2022

Why are these changes needed?

This PR adds basic job submission events. We are creating 2 events (started a job & completed a job).

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@ray-project ray-project deleted a comment from architkulkarni Oct 7, 2022
Signed-off-by: SangBin Cho <[email protected]>
@architkulkarni
Copy link
Contributor

Update looks good, feel free to merge once tests pass

Signed-off-by: SangBin Cho <[email protected]>
@rkooo567
Copy link
Contributor Author

rkooo567 commented Oct 7, 2022

Failed tests seem unrelated.

@rkooo567 rkooo567 merged commit 0be4367 into ray-project:master Oct 7, 2022
fishbone added a commit that referenced this pull request Oct 8, 2022
rkooo567 added a commit to rkooo567/ray that referenced this pull request Oct 8, 2022
rkooo567 added a commit that referenced this pull request Oct 8, 2022
rkooo567 added a commit to rkooo567/ray that referenced this pull request Oct 8, 2022
rkooo567 added a commit that referenced this pull request Nov 2, 2022
#29196)

This reverts the PR and fixes the test failures

This also fixes a bug around _monitor_jobs API. the monitor job can be called on the same job twice now, which will break the event (because at the end of monitor job, we record the event that job is completed). The same completed event can be reported twice without the fix
minerharry pushed a commit to minerharry/ray that referenced this pull request Dec 6, 2022
…9164)" (ray-project#29… (ray-project#29196)

This reverts the PR and fixes the test failures

This also fixes a bug around _monitor_jobs API. the monitor job can be called on the same job twice now, which will break the event (because at the end of monitor job, we record the event that job is completed). The same completed event can be reported twice without the fix

upgrade gtest to 1.12.1 (ray-project#29902)

While working on ray-project#28209 I hit issue google/googletest#3514, which causes a couple gtest-dependent tests to be unable to build

Signed-off-by: Pablo E <[email protected]>
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
This PR adds basic job submission events. We are creating 2 events (started a job & completed a job).

Signed-off-by: Weichen Xu <[email protected]>
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
…9164)" (ray-project#29… (ray-project#29196)

This reverts the PR and fixes the test failures

This also fixes a bug around _monitor_jobs API. the monitor job can be called on the same job twice now, which will break the event (because at the end of monitor job, we record the event that job is completed). The same completed event can be reported twice without the fix

Signed-off-by: Weichen Xu <[email protected]>
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.

2 participants