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

Adding registerExtraComponents to allow registering additional components in various services #13465

Merged
merged 7 commits into from
Jun 26, 2024

Conversation

soumitra-st
Copy link
Contributor

Adding registerExtraComponents after creating instance of the application and before starting to allow registering extra components to various Pinot services.

feature

@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 37.50000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 62.01%. Comparing base (59551e4) to head (19c8078).
Report is 678 commits behind head on master.

Files Patch % Lines
.../pinot/server/starter/helix/BaseServerStarter.java 0.00% 4 Missing ⚠️
...ava/org/apache/pinot/minion/BaseMinionStarter.java 0.00% 2 Missing ⚠️
...pinot/broker/broker/BrokerAdminApiApplication.java 0.00% 1 Missing ⚠️
.../controller/api/ControllerAdminApiApplication.java 0.00% 1 Missing ⚠️
...apache/pinot/minion/MinionAdminApiApplication.java 0.00% 1 Missing ⚠️
...g/apache/pinot/server/api/AdminApiApplication.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13465      +/-   ##
============================================
+ Coverage     61.75%   62.01%   +0.26%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2559     +123     
  Lines        133233   141311    +8078     
  Branches      20636    21918    +1282     
============================================
+ Hits          82274    87639    +5365     
- Misses        44911    47022    +2111     
- Partials       6048     6650     +602     
Flag Coverage Δ
custom-integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration <0.01% <0.00%> (-0.01%) ⬇️
integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration2 0.00% <0.00%> (ø)
java-11 61.97% <37.50%> (+0.26%) ⬆️
java-21 61.90% <37.50%> (+0.28%) ⬆️
skip-bytebuffers-false 62.00% <37.50%> (+0.26%) ⬆️
skip-bytebuffers-true 61.87% <37.50%> (+34.14%) ⬆️
temurin 62.01% <37.50%> (+0.26%) ⬆️
unittests 62.01% <37.50%> (+0.26%) ⬆️
unittests1 46.64% <ø> (-0.25%) ⬇️
unittests2 27.55% <37.50%> (-0.18%) ⬇️

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

@Jackie-Jiang Jackie-Jiang merged commit 7dbb05d into apache:master Jun 26, 2024
20 checks passed
suyashpatel98 pushed a commit to suyashpatel98/pinot that referenced this pull request Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants