You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/10/15 11:20:50 UTC

[jira] Created: (DIRMINA-459) IoSession.getScheduledWriteMessages() returns a negative value.

IoSession.getScheduledWriteMessages() returns a negative value.
---------------------------------------------------------------

                 Key: DIRMINA-459
                 URL: https://issues.apache.org/jira/browse/DIRMINA-459
             Project: MINA
          Issue Type: Bug
          Components: Transport
    Affects Versions: 1.1.3, 1.0.6
            Reporter: Trustin Lee
            Assignee: Trustin Lee
            Priority: Critical
             Fix For: 1.1.4, 1.0.7


Calling increaseWrittenMessages() causes scheduledWriteMessages to decrease.  It seems like the number of increaseScheduledWriteMessages() calls and the number of increaseWrittenMessages() differ.

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


[jira] Closed: (DIRMINA-459) IoSession.getScheduledWriteMessages() returns a negative value.

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRMINA-459.
-------------------------------------


> IoSession.getScheduledWriteMessages() returns a negative value.
> ---------------------------------------------------------------
>
>                 Key: DIRMINA-459
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-459
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.6, 1.1.3
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Critical
>             Fix For: 1.0.7, 1.1.4
>
>
> Calling increaseWrittenMessages() causes scheduledWriteMessages to decrease.  It seems like the number of increaseScheduledWriteMessages() calls and the number of increaseWrittenMessages() differ.

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


[jira] Resolved: (DIRMINA-459) IoSession.getScheduledWriteMessages() returns a negative value.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-459.
---------------------------------

    Resolution: Fixed

Resolved.  Made sure increaseWrittenMessages() are called only when required.

> IoSession.getScheduledWriteMessages() returns a negative value.
> ---------------------------------------------------------------
>
>                 Key: DIRMINA-459
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-459
>             Project: MINA
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 1.0.6, 1.1.3
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Critical
>             Fix For: 1.1.4, 1.0.7
>
>
> Calling increaseWrittenMessages() causes scheduledWriteMessages to decrease.  It seems like the number of increaseScheduledWriteMessages() calls and the number of increaseWrittenMessages() differ.

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