Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][broker] Replace ConcurrentOpenHashMap with ConcurrentHashMap in BrokerService #23320

Prev Previous commit
Next Next commit
Merge branch 'master' into bewaremypower/concurrent-openhashmap-broke…
…r-service
  • Loading branch information
BewareMyPower committed Sep 19, 2024
commit 6490899f51bf1f1ba6d8b1637db7cce41e37c63a
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
import java.util.Set;
import java.util.concurrent.CancellationException;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.ExecutionException;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.