Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ISSUE #7651] Support to send trace for batchSend #7652

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cserwen
Copy link
Member

@cserwen cserwen commented Dec 13, 2023

Which Issue(s) This PR Fixes

Fixes #7651

Brief Description

Make SendMessageTraceHookImpl support processing batch messages

How Did You Test This Change?

unit-test

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

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

Project coverage is 42.82%. Comparing base (a376fbc) to head (d8cc24d).
Report is 97 commits behind head on develop.

Files Patch % Lines
...mq/client/trace/hook/SendMessageTraceHookImpl.java 88.09% 1 Missing and 4 partials ⚠️
...g/apache/rocketmq/common/message/MessageBatch.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7652      +/-   ##
=============================================
- Coverage      43.19%   42.82%   -0.37%     
- Complexity      9812    10355     +543     
=============================================
  Files           1165     1270     +105     
  Lines          84461    88670    +4209     
  Branches       10964    11404     +440     
=============================================
+ Hits           36482    37976    +1494     
- Misses         43454    46003    +2549     
- Partials        4525     4691     +166     

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

@cserwen cserwen force-pushed the batch_send_trace branch 3 times, most recently from 87d3276 to dc252f8 Compare December 20, 2023 04:08
Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

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

LGTM

@humkum
Copy link
Contributor

humkum commented Jan 11, 2024

LGTM~

@leizhiyuan
Copy link
Contributor

LGTM

There will be significant improvement in the performance of the trajectory.

@cserwen
Copy link
Member Author

cserwen commented Jan 12, 2024

LGTM

There will be significant improvement in the performance of the trajectory.

Need to approve it, lol @leizhiyuan

@lizhimins lizhimins changed the title [ISSUE #7651] support to send trace for batchSend [ISSUE #7651] Support to send trace for batchSend Feb 23, 2024
@cserwen
Copy link
Member Author

cserwen commented Mar 22, 2024

@lizhimins Please help me review this code :-D

@cserwen cserwen force-pushed the batch_send_trace branch from dc252f8 to d8cc24d Compare April 1, 2024 07:49
@cserwen cserwen requested a review from RongtongJin April 3, 2024 08:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Support to send trace for batchSend
6 participants