]
Radoslav Husar commented on MODCLUSTER-460:
-------------------------------------------
Not reasonably, it's a rework from datagram sockets to NIO channels. The solution is
to probably just to silence the exception logging.
Silence superflous "MODCLUSTER000033: Failed to interrupt socket
reception" on shutdown
---------------------------------------------------------------------------------------
Key: MODCLUSTER-460
URL:
https://issues.jboss.org/browse/MODCLUSTER-460
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.0.Final, 1.4.0.Final
Environment: macOS
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Minor
Fix For: 2.0.0.Alpha1
This seems to be caused by the legacy code in mod_cluster, which could instead make use
of interruptible channels introduced since JDK 1.4. Simpler option would be log this
message onto debug.