Skip to content

Conversation

@myandpr
Copy link
Contributor

@myandpr myandpr commented Jan 6, 2024

What changes were proposed in this pull request?

As title

Why are the changes needed?

Fix: #974

Does this PR introduce any user-facing change?

Before:
rss.coordinator.remote.storage.cluster.conf hadoop-ns01,dfs.hosts=a,b,c,dfs.service=sssss
will trigger a bug.

After:
rss.coordinator.remote.storage.cluster.conf hadoop-ns01,dfs.hosts=a,b,c,dfs.service=sssss
will work correctly.

Yes.

How was this patch tested?

unit test

@myandpr
Copy link
Contributor Author

myandpr commented Jan 6, 2024

Hi @zuston , I am new here, would you take a look at this bug fix PR? Many thanks!

@jerqi jerqi requested a review from zuston January 7, 2024 02:47
@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (15a399a) 53.43% compared to head (447cc5e) 54.38%.

Files Patch % Lines
...che/uniffle/coordinator/util/CoordinatorUtils.java 90.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1424      +/-   ##
============================================
+ Coverage     53.43%   54.38%   +0.95%     
- Complexity     2723     2729       +6     
============================================
  Files           419      399      -20     
  Lines         23992    21650    -2342     
  Branches       2046     2051       +5     
============================================
- Hits          12820    11775    -1045     
+ Misses        10378     9150    -1228     
+ Partials        794      725      -69     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@zuston zuston 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 for your contribution! @myandpr

@zuston zuston changed the title [#974] fix: Dynamic remote storage conf invalid [#974] fix(coordinator): Dynamic remote storage conf invalid for LegacyClientConfParser Jan 8, 2024
@zuston zuston merged commit 737bb7f into apache:master Jan 8, 2024
@zuston
Copy link
Member

zuston commented Jan 8, 2024

Welcome to uniffle community! @myandpr

@myandpr
Copy link
Contributor Author

myandpr commented Jan 8, 2024

Welcome to uniffle community! @myandpr

Thanks for your time!

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.

[Bug] Dynamic remote storage conf invalid

3 participants