You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2012/11/26 01:08:57 UTC

[jira] [Created] (DIRSERVER-1767) MessageSent event are not passed to the Handlers

Emmanuel Lecharny created DIRSERVER-1767:
--------------------------------------------

             Summary: MessageSent event are not passed to the Handlers
                 Key: DIRSERVER-1767
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1767
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 2.0.0-M8
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0-RC1


We swallow the messageSent event, which may leads to some OOM as we can just send all the entries to the client, even if the client is not reading them fast enough.

At some point, as each message is enqueued before being written, we don't control the delay it takes to send all the results. Using the messageSent event would help the server to avoid such problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DIRSERVER-1767) MessageSent event are not passed to the Handlers

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

Emmanuel Lecharny resolved DIRSERVER-1767.
------------------------------------------

    Resolution: Fixed

Fixed in trucnk
                
> MessageSent event are not passed to the Handlers
> ------------------------------------------------
>
>                 Key: DIRSERVER-1767
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1767
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M8
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>
> We swallow the messageSent event, which may leads to some OOM as we can just send all the entries to the client, even if the client is not reading them fast enough.
> At some point, as each message is enqueued before being written, we don't control the delay it takes to send all the results. Using the messageSent event would help the server to avoid such problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira