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

Add a server level config for segment server upload to deep store. #14093

Merged
merged 6 commits into from
Sep 30, 2024

Conversation

raghavyadav01
Copy link
Contributor

Commit contains following changes.

  1. Add a cluster level flag to provide default value server upload to deep store setting for tables which does not have stream config property serverUploadToDeepStore.
  2. Validated the changes by running quick start locally.

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.10%. Comparing base (59551e4) to head (7720326).
Report is 1103 commits behind head on master.

Files with missing lines Patch % Lines
.../starter/helix/HelixInstanceDataManagerConfig.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14093      +/-   ##
============================================
+ Coverage     61.75%   64.10%   +2.35%     
- Complexity      207     1538    +1331     
============================================
  Files          2436     2596     +160     
  Lines        133233   144021   +10788     
  Branches      20636    22113    +1477     
============================================
+ Hits          82274    92330   +10056     
- Misses        44911    44915       +4     
- Partials       6048     6776     +728     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.86% <90.00%> (+2.15%) ⬆️
java-21 63.99% <90.00%> (+2.37%) ⬆️
skip-bytebuffers-false 64.06% <90.00%> (+2.31%) ⬆️
skip-bytebuffers-true 63.97% <90.00%> (+36.24%) ⬆️
temurin 64.10% <90.00%> (+2.35%) ⬆️
unittests 64.10% <90.00%> (+2.35%) ⬆️
unittests1 55.57% <100.00%> (+8.68%) ⬆️
unittests2 34.65% <10.00%> (+6.92%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

@Jackie-Jiang Jackie-Jiang added documentation Configuration Config changes (addition/deletion/change in behavior) labels Sep 27, 2024
@raghavyadav01 raghavyadav01 reopened this Sep 30, 2024
@raghavyadav01 raghavyadav01 reopened this Sep 30, 2024
@Jackie-Jiang Jackie-Jiang merged commit 96abef8 into apache:master Sep 30, 2024
59 of 63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Configuration Config changes (addition/deletion/change in behavior) documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants