[GitHub] [kafka] rondagostino commented on a diff in pull request #13437: KAFKA-14828: Remove R/W locks using persistent data structures

2023-04-20 Thread via GitHub
rondagostino commented on code in PR #13437: URL: https://github.com/apache/kafka/pull/13437#discussion_r1173188783 ## server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMapTest.java: ## @@ -77,7 +77,7 @@ public void testDelegationOfA

[GitHub] [kafka] rondagostino commented on a diff in pull request #13437: KAFKA-14828: Remove R/W locks using persistent data structures

2023-04-20 Thread via GitHub
rondagostino commented on code in PR #13437: URL: https://github.com/apache/kafka/pull/13437#discussion_r1173187845 ## server-common/src/test/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMapTest.java: ## @@ -225,77 +225,59 @@ public void testDelegatio

[GitHub] [kafka] rondagostino commented on a diff in pull request #13437: KAFKA-14828: Remove R/W locks using persistent data structures

2023-04-20 Thread via GitHub
rondagostino commented on code in PR #13437: URL: https://github.com/apache/kafka/pull/13437#discussion_r1172661731 ## server-common/src/main/java/org/apache/kafka/server/immutable/ImmutableNavigableSet.java: ## @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation