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

[air] pyarrow.fs persistence (9/n): ray.train.Checkpoint restore: Manual restore #38128

Merged

Conversation

justinvyu
Copy link
Contributor

@justinvyu justinvyu commented Aug 4, 2023

Why are these changes needed?

This PR adds support for the new persistence path for manual trainer restoration.

API changes:

Tuner.restore(..., storage_filesystem: Optional[pyarrow.fs.FileSystem] = None)
Tuner.can_restore(..., storage_filesystem: Optional[pyarrow.fs.FileSystem] = None)

BaseTrainer.restore(..., storage_filesystem: Optional[pyarrow.fs.FileSystem] = None)
BaseTrainer.can_restore(..., storage_filesystem: Optional[pyarrow.fs.FileSystem] = None)

This is required to download the pkl files containing the info needed to manually restore an experiment, in the case that the user originally provided a custom fs.

Follow-ups needed

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 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: Justin Yu <[email protected]>

Update to use the new checkpoint id attribute

Signed-off-by: Justin Yu <[email protected]>

Add todo comment to remove legacy path

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>

Fix lint

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>

Fix lint

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>

Fix lint for session.py

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>

Fix lint for storage.py

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: Justin Yu <[email protected]>
@justinvyu justinvyu removed the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Aug 9, 2023
python/ray/train/base_trainer.py Outdated Show resolved Hide resolved
python/ray/tune/tuner.py Outdated Show resolved Hide resolved
@ericl ericl added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Aug 9, 2023
@justinvyu justinvyu removed the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Aug 9, 2023
@ericl ericl added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Aug 9, 2023
@justinvyu justinvyu added tests-ok The tagger certifies test failures are unrelated and assumes personal liability. and removed @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. labels Aug 9, 2023
@justinvyu
Copy link
Contributor Author

@ericl Ok to merge

@ericl ericl merged commit 982cf1a into ray-project:master Aug 10, 2023
2 checks passed
@justinvyu justinvyu deleted the air/persistence/restore_new_checkpoint branch August 10, 2023 17:00
shrekris-anyscale pushed a commit to shrekris-anyscale/ray that referenced this pull request Aug 10, 2023
NripeshN pushed a commit to NripeshN/ray that referenced this pull request Aug 15, 2023
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants