Skip to content

Commit

Permalink
pulsar-proxy: fix correct name for proxy thread executor name (apache…
Browse files Browse the repository at this point in the history
…#6460)

### Motivation
fix correct name for proxy thread executor name
  • Loading branch information
rdhabalia authored Mar 8, 2020
1 parent 33b7383 commit 5c2c058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ZookeeperCacheLoader implements Closeable {
private volatile List<LoadManagerReport> availableBrokers;

private final OrderedScheduler orderedExecutor = OrderedScheduler.newSchedulerBuilder().numThreads(8)
.name("pulsar-discovery-ordered-cache").build();
.name("pulsar-proxy-ordered-cache").build();

public static final String LOADBALANCE_BROKERS_ROOT = "/loadbalance/brokers";

Expand Down

0 comments on commit 5c2c058

Please sign in to comment.