Skip to content

Commit

Permalink
[improve][broker] Add log to track issue when `handleGetTopicsOfNames…
Browse files Browse the repository at this point in the history
…pace` (apache#23434)

(cherry picked from commit 33475ec)
(cherry picked from commit 26f4a40)
  • Loading branch information
Technoboy- authored and srinath-ctds committed Oct 16, 2024
1 parent ac15753 commit bb76bb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2399,8 +2399,8 @@ protected void handleGetTopicsOfNamespace(CommandGetTopicsOfNamespace commandGet
filterTopics = true;
filteredTopics = TopicList.filterTopics(filteredTopics, topicsPattern.get());
} else {
log.info("[{}] Subscription pattern provided was longer than maximum {}.",
remoteAddress, maxSubscriptionPatternLength);
log.info("[{}] Subscription pattern provided [{}] was longer than maximum {}.",
remoteAddress, topicsPattern.get(), maxSubscriptionPatternLength);
}
}
String hash = TopicList.calculateHash(filteredTopics);
Expand Down

0 comments on commit bb76bb0

Please sign in to comment.