You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Julien Vermillard (JIRA)" <ji...@apache.org> on 2008/08/11 10:21:47 UTC

[jira] Updated: (DIRMINA-585) Visibility issue in various configuration properties and a few critical counters.

     [ https://issues.apache.org/jira/browse/DIRMINA-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Vermillard updated DIRMINA-585:
--------------------------------------

    Fix Version/s:     (was: 2.0.0-M3)
                       (was: 1.1.8)
                       (was: 1.0.11)
                   2.0.0-M4

> Visibility issue in various configuration properties and a few critical counters.
> ---------------------------------------------------------------------------------
>
>                 Key: DIRMINA-585
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-585
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.10, 1.1.7, 2.0.0-M1
>            Reporter: Trustin Lee
>            Priority: Minor
>             Fix For: 2.0.0-M4
>
>
> 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:
> http://markmail.org/message/h4rcitkfit4bdcpl

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.