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

Retry transient network errors in WebDatasetDatasource #46892

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

BitPhinix
Copy link
Contributor

@BitPhinix BitPhinix commented Jul 31, 2024

Why are these changes needed?

#46685 didn't include handling for webdatasets

Related issue number

Fixes #43803 for webdatasets

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 added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • 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 :(

Signed-off-by: Eric Meier <eric@meier.sh>
BitPhinix and others added 2 commits July 31, 2024 00:22
Signed-off-by: Eric Meier <eric@meier.sh>
@anyscalesam anyscalesam added triage Needs triage (eg: priority, bug/not-bug, and owning component) data Ray Data-related issues labels Aug 5, 2024
@BitPhinix
Copy link
Contributor Author

Any plans to merge this?

Copy link
Contributor

@scottjlee scottjlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix!

@scottjlee scottjlee enabled auto-merge (squash) September 3, 2024 17:30
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Sep 3, 2024
@scottjlee scottjlee merged commit d1a0f99 into ray-project:master Sep 3, 2024
7 checks passed
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
…6892)

## Why are these changes needed?

ray-project#46685 didn't include handling
for webdatasets

## Related issue number

Fixes ray-project#43803 for webdatasets

## Checks

- [x] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [x] I've run `scripts/format.sh` to lint the changes in this PR.
- [x] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [x] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [x] 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
   - [x] This PR is not tested :(

---------

Signed-off-by: Eric Meier <eric@meier.sh>
Co-authored-by: Scott Lee <scottjlee@users.noreply.github.com>
Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Ray Data-related issues go add ONLY when ready to merge, run all tests triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
4 participants