belliottsmith commented on code in PR #3986: URL: https://github.com/apache/cassandra/pull/3986#discussion_r2027788799
########## src/java/org/apache/cassandra/service/accord/AccordExecutorLoops.java: ########## @@ -24,7 +24,7 @@ import java.util.function.IntFunction; import accord.utils.Invariants; -import org.agrona.collections.LongHashSet; +import io.netty.util.collection.LongObjectHashMap; Review Comment: Mistake - intended only to switch to a map to avoid unlikely scenario of thread if being reused for a dead thread (close to impossible given how we use it, but safer). Will switch to Agrona map version for consistency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org