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

[ISSUE-48][FEATURE][FOLLOW UP] Add controller component #214

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

wangao1236
Copy link
Collaborator

What changes were proposed in this pull request?

For issue #48
I add some codes about controller module, and I'll add more unit tests in next PR.

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

@jerqi
Copy link
Contributor

jerqi commented Sep 13, 2022

@czy006 @zuston @thousandhu Could you help me review this patch?

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2022

Codecov Report

Merging #214 (a3a3cc2) into master (07f70ed) will increase coverage by 0.63%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #214      +/-   ##
============================================
+ Coverage     58.48%   59.12%   +0.63%     
- Complexity     1277     1326      +49     
============================================
  Files           158      160       +2     
  Lines          8463     8725     +262     
  Branches        785      816      +31     
============================================
+ Hits           4950     5159     +209     
- Misses         3259     3301      +42     
- Partials        254      265      +11     
Impacted Files Coverage Δ
...he/uniffle/client/impl/ShuffleWriteClientImpl.java 22.97% <0.00%> (-2.41%) ⬇️
...orage/handler/impl/LocalFileServerReadHandler.java 77.96% <0.00%> (-2.40%) ⬇️
.../org/apache/spark/shuffle/writer/WriterBuffer.java 93.18% <0.00%> (-0.30%) ⬇️
...pache/uniffle/server/ShuffleServerGrpcService.java 0.91% <0.00%> (-0.07%) ⬇️
.../storage/handler/impl/HdfsShuffleWriteHandler.java 85.07% <0.00%> (ø)
...e/coordinator/AppBalanceSelectStorageStrategy.java 72.34% <0.00%> (ø)
...nator/LowestIOSampleCostSelectStorageStrategy.java 73.14% <0.00%> (ø)
...rg/apache/uniffle/server/ShuffleServerMetrics.java 96.11% <0.00%> (+0.24%) ⬆️
...rg/apache/uniffle/coordinator/CoordinatorConf.java 96.94% <0.00%> (+0.55%) ⬆️
...org/apache/uniffle/server/ShuffleFlushManager.java 78.33% <0.00%> (+1.66%) ⬆️
... and 9 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jerqi
Copy link
Contributor

jerqi commented Sep 14, 2022

Like discussion at dev mail list, we will freeze the code and cut 0.6 version branch in September 15, we will not merge this pr before I cut 0.6 version branch, are you ok?

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @wangao1236 @thousandhu

@jerqi jerqi merged commit e6b4260 into apache:master Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants