You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/04/01 21:01:05 UTC

[jira] [Created] (IMAP-275) IdleProcessor Heartbeat Runnable may run forever

IdleProcessor Heartbeat Runnable may run forever
------------------------------------------------

                 Key: IMAP-275
                 URL: https://issues.apache.org/jira/browse/IMAP-275
             Project: JAMES Imap
          Issue Type: Bug
          Components: Protocol
    Affects Versions: 0.2-M1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.2


In the IdleProcessor we use a Runnable with a ScheduledExecturoService to submit a "Task" which will send heartbeats until the idle is complete. This works well in most cases but if the channel is closed because of a exception it ill not cancel the Runnable and run forever

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-275) IdleProcessor Heartbeat Runnable may run forever

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-275.
--------------------------------

    Resolution: Fixed

fixed

> IdleProcessor Heartbeat Runnable may run forever
> ------------------------------------------------
>
>                 Key: IMAP-275
>                 URL: https://issues.apache.org/jira/browse/IMAP-275
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Protocol
>    Affects Versions: 0.2-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> In the IdleProcessor we use a Runnable with a ScheduledExecturoService to submit a "Task" which will send heartbeats until the idle is complete. This works well in most cases but if the channel is closed because of a exception it ill not cancel the Runnable and run forever

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org