Jaskey commented on a change in pull request #108: [ROCKETMQ-207]Correct
spelling mistake in RouteInfoManager.java
URL: https://github.com/apache/incubator-rocketmq/pull/108#discussion_r119774995
##########
File path:
namesrv/src/main/java/org/apache/rocketmq/namesrv/routeinfo/RouteInfoManager.java
##########
@@ -205,7 +205,7 @@ private void createAndUpdateQueueData(final String
brokerName, final TopicConfig
queueDataList = new LinkedList<QueueData>();
queueDataList.add(queueData);
this.topicQueueTable.put(topicConfig.getTopicName(),
queueDataList);
- log.info("new topic registerd, {} {}", topicConfig.getTopicName(),
queueData);
+ log.info("new topic registered, {} {}",
topicConfig.getTopicName(), queueData);
Review comment:
line 155 has the same issue, would you please fix it too?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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