forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LI-CHERRY-PICK] [051d290] KAFKA-8802: ConcurrentSkipListMap shows pe…
…rformance regression in cache and in-memory store (apache#7212) TICKET = KAFKA-8802 LI_DESCRIPTION = EXIT_CRITERIA = HASH [051d290] ORIGINAL_DESCRIPTION = Reverts the TreeMap -> ConcurrentSkipListMap change that caused a performance regression in 2.3, and fixes the ConcurrentModificationException by copying (just) the key set to iterate over Reviewers: Bill Bejeck <[email protected]>, Guozhang Wang <[email protected]> (cherry picked from commit 051d290)
- Loading branch information
1 parent
b5f003a
commit a1732a7
Showing
3 changed files
with
42 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters