Re: Mina KeepaliveFilter issue

2018-07-27 Thread Jonathan Valliere
Can you copy your KeepAliveFilter code to a pastebin? I would like to look at it. Are you using the current version of Mina? We had an issue relating the IoSession backlog a while back DIRMINA-1057 which makes sure that the counters are working correctly. On Thu, Jul 26, 2018 at 8:47 PM, Ming

Mina KeepaliveFilter issue

2018-07-27 Thread Ming Lin
Hi, I am trying to apply KeepAliveFilter to my application when sessionIdle calls, but I ran into a problem that scheduledWriteMessages in IoSession keeps increasing when KeepAlive message is sent. So, i debugged a little and found there might be a bug in the code, but I need your help to see if

[jira] Closed: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

2008-06-27 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard closed DIRMINA-564. - > Make KeepAliveFilter to work with other IdleStatuses then READER_I

[jira] Closed: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

2008-06-27 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard closed DIRMINA-568. - > Improve KeepAliveFilter to provide customizable timeout hand

[jira] Resolved: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

2008-04-09 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee resolved DIRMINA-568. - Resolution: Fixed done > Improve KeepAliveFilter to provide customizable timeout hand

[jira] Created: (DIRMINA-568) Improve KeepAliveFilter to provide customizable timeout handler.

2008-04-09 Thread Trustin Lee (JIRA)
Improve KeepAliveFilter to provide customizable timeout handler. Key: DIRMINA-568 URL: https://issues.apache.org/jira/browse/DIRMINA-568 Project: MINA Issue Type: Improvement

[jira] Resolved: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

2008-04-09 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee resolved DIRMINA-564. - Resolution: Fixed Done. > Make KeepAliveFilter to work with other IdleStatuses t

[jira] Created: (DIRMINA-564) Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE

2008-04-04 Thread Trustin Lee (JIRA)
Make KeepAliveFilter to work with other IdleStatuses then READER_IDLE - Key: DIRMINA-564 URL: https://issues.apache.org/jira/browse/DIRMINA-564 Project: MINA Issue Type

[jira] Closed: (DIRMINA-563) Documentation error in KeepAliveFilter deaf speaker mode

2008-04-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee closed DIRMINA-563. --- Resolution: Fixed > Documentation error in KeepAliveFilter deaf speaker m

[jira] Created: (DIRMINA-563) Documentation error in KeepAliveFilter deaf speaker mode

2008-04-04 Thread Trustin Lee (JIRA)
Documentation error in KeepAliveFilter deaf speaker mode Key: DIRMINA-563 URL: https://issues.apache.org/jira/browse/DIRMINA-563 Project: MINA Issue Type: Bug Components

[jira] Closed: (DIRMINA-562) KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.

2008-04-04 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee closed DIRMINA-562. --- Resolution: Fixed > KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the nex

[jira] Created: (DIRMINA-562) KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter.

2008-04-04 Thread Trustin Lee (JIRA)
KeepAliveFilter shouldn't forward sessionIdle(READER_IDLE) to the next filter. -- Key: DIRMINA-562 URL: https://issues.apache.org/jira/browse/DIRMINA-562 Project:

Re: Please review: new KeepAliveFilter implementation.

2007-11-14 Thread Trustin Lee
Great! I'm also writing JavaDocs when I see some big hole. Go MINA! :) Trustin On Nov 14, 2007 8:57 PM, Mark <[EMAIL PROTECTED]> wrote: > I can start to go through the code and update the exception messages. > I have been really busy with work lately but should have some time to > start looking

Re: Please review: new KeepAliveFilter implementation.

2007-11-14 Thread Mark
I can start to go through the code and update the exception messages. I have been really busy with work lately but should have some time to start looking at this. On Nov 13, 2007 11:52 PM, Trustin Lee <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 1:21 PM, Mark <[EMAIL PROTECTED]> wrote: > > This ce

Re: Please review: new KeepAliveFilter implementation.

2007-11-13 Thread Trustin Lee
On Nov 14, 2007 1:21 PM, Mark <[EMAIL PROTECTED]> wrote: > This certainly does seem cleaner. One problem I found is that your > changes broke KeepAliveFilterTest. Oops! Fixed(?) now. > A pet peave of mine is that exceptions should be more clear. So for > instance, in the constructors we should

Re: Please review: new KeepAliveFilter implementation.

2007-11-13 Thread Mark
r name. just my 2 cents. Mark On Nov 13, 2007 11:06 PM, Trustin Lee <[EMAIL PROTECTED]> wrote: > Hi all, > > As Eero pointed out, the original KeepAliveFilter contribution had > somewhat limited use cases. I wrote a new KeepAliveFilter based on > his work to make it work with

Please review: new KeepAliveFilter implementation.

2007-11-13 Thread Trustin Lee
Hi all, As Eero pointed out, the original KeepAliveFilter contribution had somewhat limited use cases. I wrote a new KeepAliveFilter based on his work to make it work with more use cases. I think JavaDoc is pretty complete so please browse the source: http://svn.apache.org/viewvc/mina/trunk

Re: KeepAliveFilter

2007-10-16 Thread Trustin Lee
On 10/16/07, mat <[EMAIL PROTECTED]> wrote: > I just wonder if Mina 2.0 will adopt any KeepAliveFilter(heartbeat)? Sure we will. We will start to work on it based on Eero's donation. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/

KeepAliveFilter

2007-10-16 Thread mat
I just wonder if Mina 2.0 will adopt any KeepAliveFilter(heartbeat)?