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

Ray Serve Java Replica can be extended #19463

Merged
merged 15 commits into from
Nov 10, 2021

Commits on Oct 18, 2021

  1. RayServeReplica could be extended in Java.

    chuhan.ly committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bad0ac9 View commit details
    Browse the repository at this point in the history
  2. Fix test cases.

    chuhan.ly committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    56e12fe View commit details
    Browse the repository at this point in the history
  3. Add RayServeConfig in ReplicaContext.

    chuhan.ly committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7d83914 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Adjust RayServeConfig

    chuhan.ly committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3f498d4 View commit details
    Browse the repository at this point in the history
  2. Fix the usage of TagKey in ReplicaSet.

    chuhan.ly committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    29bc5f0 View commit details
    Browse the repository at this point in the history
  3. Adjust constructor of BackendVersion.

    chuhan.ly committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5196600 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Merge branch 'master' of github.com:alipay/ray into serve-java-can-be…

    …-extended
    chuhan.ly committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8367ea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Add default implementation to RayServeReplica's reconfigure, checkHea…

    …lth and prepareForShutdown.
    chuhan.ly committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    3d3c343 View commit details
    Browse the repository at this point in the history
  2. Change BackendConfig's userConfig to Object type.

    chuhan.ly committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    83e6c28 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Fix conflict with PR ray-project#19798.

    chuhan.ly committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fa063b2 View commit details
    Browse the repository at this point in the history
  2. Add comment for RayServeWrappedReplica.getVersion

    chuhan.ly committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ac5a2ce View commit details
    Browse the repository at this point in the history
  3. Fix note.

    chuhan.ly committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f22d8cf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    70df0a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. fix conflict.

    chuhan.ly committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    51b9773 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    e1d524a View commit details
    Browse the repository at this point in the history