lizhimins opened a new pull request, #10474:
URL: https://github.com/apache/rocketmq/pull/10474
## What is the purpose of the change
Part of #10462
Standardize log format across the tiered storage module for consistent
troubleshooting.
## Brief changelog
- Unify to `ClassName#methodName, description, key={}` format
- Fix wrong class name `IndexStoreService` in IndexStoreFile logs
- Fix SLF4J placeholder count mismatches and missing commas
- Fix trailing whitespace and dangling colons in format strings
- Fix runtime string concatenation in IndexStoreService shutdown log
- Change `error` to `warn` for graceful skip scenarios
- Change `info` to `debug` for normal flow logs (file full, boundary search)
- Fix log order in FileSegment `readAsync` (log length before reassignment)
- Deduplicate `queryMessageAsync` error logs with context parameters
- Enhance MessageFormatUtil `splitMessageBuffer` logs with buffer details
## Verifying this change
- [x] `mvn compile` succeeds
- [x] `mvn test -pl tieredstore` passes (112 tests, 0 failures)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]