You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Victor Antonovich (JIRA)" <ji...@apache.org> on 2010/08/04 11:58:16 UTC

[jira] Created: (DIRSERVER-1533) Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG

Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG
------------------------------------------------------------------------

                 Key: DIRSERVER-1533
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1533
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: ldap
    Affects Versions: 1.5.5, 1.5.6, 1.5.7
            Reporter: Victor Antonovich
         Attachments: LdapDecoder.diff

Setting of log4j log level to DEBUG leads to incorrect PDU buffer handling by LdapDecoder class in case of more than one PDU in same buffer. First PDU processed normally, but remainder of second PDU data will be lost due buffer flipping in PDU dumping code. This behavior causes various LDAP codec errors under load.

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


[jira] Updated: (DIRSERVER-1533) Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG

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

Emmanuel Lecharny updated DIRSERVER-1533:
-----------------------------------------

    Fix Version/s: 2.0.0-RC1

to be checked 

> Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG
> ------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1533
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1533
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.5.7, 1.5.6, 1.5.5
>            Reporter: Victor Antonovich
>             Fix For: 2.0.0-RC1
>
>         Attachments: LdapDecoder.diff
>
>
> Setting of log4j log level to DEBUG leads to incorrect PDU buffer handling by LdapDecoder class in case of more than one PDU in same buffer. First PDU processed normally, but remainder of second PDU data will be lost due buffer flipping in PDU dumping code. This behavior causes various LDAP codec errors under load.

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


[jira] Updated: (DIRSERVER-1533) Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG

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

Victor Antonovich updated DIRSERVER-1533:
-----------------------------------------

    Attachment: LdapDecoder.diff

Proposed bugfix.

> Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG
> ------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1533
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1533
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.5.7, 1.5.6, 1.5.5
>            Reporter: Victor Antonovich
>         Attachments: LdapDecoder.diff
>
>
> Setting of log4j log level to DEBUG leads to incorrect PDU buffer handling by LdapDecoder class in case of more than one PDU in same buffer. First PDU processed normally, but remainder of second PDU data will be lost due buffer flipping in PDU dumping code. This behavior causes various LDAP codec errors under load.

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