Skip to content

Commit

Permalink
'blacklist' renamed to 'blocklist' (#13800)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwxtwd authored Feb 26, 2024
1 parent 99613a1 commit 6dbac54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected BitList<Invoker<T>> doRoute(
CLUSTER_CONDITIONAL_ROUTE_LIST_EMPTY,
"condition state router thenCondition is empty",
"",
"The current consumer in the service blacklist. consumer: " + NetUtils.getLocalHost()
"The current consumer in the service blocklist. consumer: " + NetUtils.getLocalHost()
+ ", service: " + url.getServiceKey());
if (needToPrintMessage) {
messageHolder.set("Empty return. Reason: ThenCondition is empty.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public List<Invoker<T>> doList(
+ " for service " + getConsumerUrl().getServiceKey() + " on consumer "
+ NetUtils.getLocalHost()
+ " use dubbo version " + Version.getVersion()
+ ", please check status of providers(disabled, not registered or in blacklist).");
+ ", please check status of providers(disabled, not registered or in blocklist).");
}

if (multiGroup) {
Expand Down

0 comments on commit 6dbac54

Please sign in to comment.