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 config for having suffix for client ID for realtime consumer #13168

Merged
merged 4 commits into from
May 20, 2024

Conversation

eaugene
Copy link
Contributor

@eaugene eaugene commented May 16, 2024

Context
For the consuming source of Pinot this can be used to give more which specify like consuming server is having issue.
As currently the info is _tableNameWithType, streamTopic, _partitionGroupId which is going to be the same for all the replicas of the consuming real-time segment.
Using this config can be used to provide more granular info which can used to speed up debugging.

Tags

  • new config

Todo

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.23%. Comparing base (59551e4) to head (2fc8a3e).
Report is 466 commits behind head on master.

Files Patch % Lines
...a/manager/realtime/RealtimeSegmentDataManager.java 85.71% 0 Missing and 1 partial ⚠️
.../starter/helix/HelixInstanceDataManagerConfig.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13168      +/-   ##
============================================
+ Coverage     61.75%   62.23%   +0.48%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2529      +93     
  Lines        133233   138268    +5035     
  Branches      20636    21393     +757     
============================================
+ Hits          82274    86054    +3780     
- Misses        44911    45796     +885     
- Partials       6048     6418     +370     
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 62.20% <75.00%> (+0.49%) ⬆️
java-21 62.09% <75.00%> (+0.47%) ⬆️
skip-bytebuffers-false 62.22% <75.00%> (+0.47%) ⬆️
skip-bytebuffers-true 62.07% <75.00%> (+34.34%) ⬆️
temurin 62.23% <75.00%> (+0.48%) ⬆️
unittests 62.23% <75.00%> (+0.48%) ⬆️
unittests1 46.75% <85.71%> (-0.14%) ⬇️
unittests2 27.91% <0.00%> (+0.17%) ⬆️

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.

@eaugene eaugene marked this pull request as ready for review May 16, 2024 14:36
@Jackie-Jiang Jackie-Jiang requested a review from snleee May 18, 2024 23:46
@Jackie-Jiang Jackie-Jiang added ingestion real-time documentation Configuration Config changes (addition/deletion/change in behavior) labels May 18, 2024
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 with minor comments

@eaugene
Copy link
Contributor Author

eaugene commented May 19, 2024

Thanks for the review and approval @Jackie-Jiang . I have addressed the comments .
Can you help with review of config doc pinot-contrib/pinot-docs#337 ?

@Jackie-Jiang Jackie-Jiang merged commit 5345866 into apache:master May 20, 2024
19 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 ingestion real-time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants