You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "Oliverwqcwrw (via GitHub)" <gi...@apache.org> on 2023/02/06 02:10:02 UTC

[GitHub] [rocketmq] Oliverwqcwrw commented on a diff in pull request #5978: [ISSUE #5974] Nameserver address is verified when the producer client is started

Oliverwqcwrw commented on code in PR #5978:
URL: https://github.com/apache/rocketmq/pull/5978#discussion_r1096882597


##########
client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java:
##########
@@ -611,7 +618,7 @@ private SendResult sendDefaultImpl(
         final long invokeID = random.nextLong();
         long beginTimestampFirst = System.currentTimeMillis();
         long beginTimestampPrev = beginTimestampFirst;
-        long endTimestamp = beginTimestampFirst;
+        long endTimestamp;

Review Comment:
   it is better to keep the origin



-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org