-
Task
-
Resolution: Done
-
Minor
-
None
-
None
Remove the lock acquired by AckReceiverWindow on adds and removes. Use a ConcurrentHashMap to make these operations non-blocking (well, besides the write lock on a CHM segment).
This should yield better perf