Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. in MQClientManager#getAndCreateMQClientInstance line 57
when generate a new key-value pair for client in factoryTable, if there was no mapping for the clientId previously, putIfAbsent will return null, and then output:
"log.warn("Previous MQClientInstance has created for clientId:[{}]", clientId);"
this is wrong, it should output in condition prev != null
2. in SubscriptionGroupManager#deleteSubscriptionGroupConfig line 187
if program execute:
log.warn("delete subscription group failed, subscription group: {} not exist", old);
variable old is always null , it's useless, so it's better to print groupName
Attachments
Issue Links
- links to