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

Revert changes to exception message #803

Merged
merged 2 commits into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Revert changes to exception message

    We used to log "No RCF models are available either because RCF models are not ready..." and now we log "resource_not_found_exception: No checkpoints found for model id...". This change caused an integration test failure. This PR reverts it back.
    
    Testing done:
    1. verified that the original log is back.
    
    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    98e3515 View commit details
    Browse the repository at this point in the history
  2. check NO_MODEL_ERR_MSG instead of NO_CHECKPOINT_ERR_MSG

    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6e0d2c4 View commit details
    Browse the repository at this point in the history