Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public class MQClientInstance {
private final Lock lockHeartbeat = new ReentrantLock();

/**
* The container which stores the brokerClusterInfo. The key of the map is the brokerCluster name.
* The container which stores the brokerClusterInfo. The key of the map is the broker name.
* And the value is the broker instance list that belongs to the broker cluster.
* For the sub map, the key is the id of single broker instance, and the value is the address.
*/
Expand Down
Loading