Skip to content

Conversation

@guyinyou
Copy link
Contributor

When the error 'failed to check message CRC, not found CRC in properties' occurs, now it will print the full message content including topic, properties map, properties length, and full message hex for debugging purposes.

Change-Id: I26d977e13802c5e69d01f16512e40d121dcff354
Co-developed-by: Cursor [email protected]

Which Issue(s) This PR Fixes

Fixes #9852

Brief Description

How Did You Test This Change?

When the error 'failed to check message CRC, not found CRC in properties' occurs,
now it will print the full message content including topic, properties map,
properties length, and full message hex for debugging purposes.

Change-Id: I26d977e13802c5e69d01f16512e40d121dcff354
Co-developed-by: Cursor <[email protected]>
@guyinyou guyinyou changed the title [#ISSUE 9852] Print full message content when CRC not found in properties [ISSUE #9852] Print full message content when CRC not found in properties Nov 14, 2025
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.28%. Comparing base (2017630) to head (278f195).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...main/java/org/apache/rocketmq/store/CommitLog.java 0.00% 7 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9853      +/-   ##
=============================================
- Coverage      48.38%   48.28%   -0.10%     
+ Complexity     12275    12242      -33     
=============================================
  Files           1314     1314              
  Lines          93858    93871      +13     
  Branches       12043    12044       +1     
=============================================
- Hits           45412    45326      -86     
- Misses         42838    42920      +82     
- Partials        5608     5625      +17     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[Enhancement] Print full message content when CRC not found in properties

2 participants