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

[#80][Part-3] feat: add REST API for decommisson #684

Merged
merged 25 commits into from
Mar 10, 2023

Commits on Feb 2, 2023

  1. Temporary submission

    xianjingfeng committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    21f1e17 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    cdf91fc View commit details
    Browse the repository at this point in the history
  2. Temporary submission

    xianjingfeng committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6ef0ba6 View commit details
    Browse the repository at this point in the history
  3. Temporary submission

    xianjingfeng committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5663623 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    6b62ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8559119 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Optimize

    xianjingfeng committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6d433ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue_80_2

    # Conflicts:
    #	coordinator/src/main/java/org/apache/uniffle/coordinator/SimpleClusterManager.java
    xianjingfeng committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    376320f View commit details
    Browse the repository at this point in the history
  3. Fix code style.

    xianjingfeng committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5e33f33 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Optimize

    xianjingfeng committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4d1f539 View commit details
    Browse the repository at this point in the history
  2. Optimize

    xianjingfeng committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ffa3456 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Optimize

    xianjingfeng committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7b37fa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Merge branch 'issue_80_2' into issue_80_part3

    # Conflicts:
    #	common/src/main/java/org/apache/uniffle/common/ServerStatus.java
    #	common/src/main/java/org/apache/uniffle/common/exception/InvalidRequestException.java
    #	common/src/main/java/org/apache/uniffle/common/rpc/StatusCode.java
    #	common/src/test/java/org/apache/uniffle/common/ServerStatusTest.java
    #	coordinator/src/main/java/org/apache/uniffle/coordinator/CoordinatorGrpcService.java
    #	coordinator/src/main/java/org/apache/uniffle/coordinator/CoordinatorServer.java
    #	coordinator/src/main/java/org/apache/uniffle/coordinator/ServerNode.java
    #	coordinator/src/main/java/org/apache/uniffle/coordinator/SimpleClusterManager.java
    #	coordinator/src/test/java/org/apache/uniffle/coordinator/ServerNodeTest.java
    #	integration-test/common/src/test/java/org/apache/uniffle/test/ShuffleServerInternalGrpcTest.java
    #	internal-client/src/main/java/org/apache/uniffle/client/api/ShuffleServerInternalClient.java
    #	internal-client/src/main/java/org/apache/uniffle/client/impl/grpc/ShuffleServerInternalGrpcClient.java
    #	internal-client/src/main/java/org/apache/uniffle/client/request/RssDecommissionRequest.java
    #	internal-client/src/main/java/org/apache/uniffle/client/response/RssDecommissionResponse.java
    #	proto/src/main/proto/Rss.proto
    #	server/src/main/java/org/apache/uniffle/server/ShuffleServer.java
    #	server/src/main/java/org/apache/uniffle/server/ShuffleServerConf.java
    #	server/src/main/java/org/apache/uniffle/server/ShuffleServerInternalGrpcService.java
    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8840a61 View commit details
    Browse the repository at this point in the history
  2. Fix UT

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ea37b61 View commit details
    Browse the repository at this point in the history
  3. test

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    bc5f988 View commit details
    Browse the repository at this point in the history
  4. test

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d4a3fc6 View commit details
    Browse the repository at this point in the history
  5. Revert "test"

    This reverts commit d4a3fc6.
    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c4a5e2a View commit details
    Browse the repository at this point in the history
  6. Revert "test"

    This reverts commit bc5f988.
    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5f6b66b View commit details
    Browse the repository at this point in the history
  7. test

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    840b740 View commit details
    Browse the repository at this point in the history
  8. testOptimize

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c8e5ae0 View commit details
    Browse the repository at this point in the history
  9. Fix license

    xianjingfeng committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d61b6ce View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Optimize

    xianjingfeng committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2381092 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Add docs

    xianjingfeng committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c64aaa7 View commit details
    Browse the repository at this point in the history
  2. Add docsOptimize

    xianjingfeng committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f0e1ef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Optimize

    xianjingfeng committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fddc053 View commit details
    Browse the repository at this point in the history