Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Abandoned
-
1.0.10, 1.1.7, 2.0.0-M1
-
None
Description
Configuration properties such as idleTimeForRead, readBufferSize and useReadOperation have visibility issue because they are mutable and non-volatile. All configuration propeties should be declared as volatile and some critical counter properties such as idleCount should be an AtomicInteger or something similar. Detailed discussion is here:
Attachments
Issue Links
- is related to
-
DIRMINA-631 AbstractIoFilter: increment writen- and receivedMessages statistics on application end of filter chain
- Resolved
-
DIRMINA-629 The IoServiceStatistics methods are called for every new session creation
- Resolved