[jgroups-git] [belaban/JGroups] 82a2e9: - TcpConnectionNonBlocking: switched from ArrayBlo...
Brought to you by:
belaban
From: Bela B. <no...@gi...> - 2025-06-26 15:02:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 82a2e919ef57b4ec10b4886142f5a8860c825e30 https://github.com/belaban/JGroups/commit/82a2e919ef57b4ec10b4886142f5a8860c825e30 Author: Bela Ban <be...@ma...> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M src/org/jgroups/blocks/cs/TcpBaseServer.java M src/org/jgroups/blocks/cs/TcpConnectionNonBlocking.java M src/org/jgroups/protocols/TCP.java M src/org/jgroups/util/Runner.java Log Message: ----------- - TcpConnectionNonBlocking: switched from ArrayBlockingQueue to ConcurrentLinkedBlockingQueue and use drainTo() instead of take(): https://issues.redhat.com/browse/JGRP-2884 - TcpConnectionNonBlocking: using Runner for the main loop To unsubscribe from these emails, change your notification settings at https://github.com/belaban/JGroups/settings/notifications |