[ISSUE #9497] Fix IndexOutOfBoundsException in getEarliestMessageTime when running in IPv6 environment#9498
Conversation
0769024 to
4ebb998
Compare
|
@lizhimins Excuse me, could you please take a look at this PR? |
|
Error: /home/runner/work/rocketmq/rocketmq/store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java:60:8: Unused import - org.apache.commons.validator.routines.InetAddressValidator. [UnusedImports] |
4ebb998 to
3da33b9
Compare
ok, i will corrected it. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9498 +/- ##
=============================================
- Coverage 47.96% 47.95% -0.02%
- Complexity 11908 11984 +76
=============================================
Files 1307 1309 +2
Lines 92021 92361 +340
Branches 11775 11817 +42
=============================================
+ Hits 44139 44289 +150
- Misses 42401 42562 +161
- Partials 5481 5510 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…geTime when running in IPv6 environment (apache#9498) Co-authored-by: shixiaoxiao <shixiaoxiao@bytedance.com>
…geTime when running in IPv6 environment (apache#9498) Co-authored-by: shixiaoxiao <shixiaoxiao@bytedance.com>
Which Issue(s) This PR Fixes
Fixes #9497
Brief Description
to solve getEarliestMessageTime throw expception problem in ipv6 env
How Did You Test This Change?