supercym commented on a change in pull request #1352: [RIP-15]Add Ipv6 support
for RocketMQ
URL: https://github.com/apache/rocketmq/pull/1352#discussion_r316082973
##########
File path: store/src/main/java/org/apache/rocketmq/store/CommitLog.java
##########
@@ -1179,10 +1222,11 @@ public long getJointime() {
private final StringBuilder msgIdBuilder = new StringBuilder();
- private final ByteBuffer hostHolder = ByteBuffer.allocate(8);
+// private final ByteBuffer hostHolder = ByteBuffer.allocate(8);
Review comment:
done!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services