From dev-return-36068-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sat Dec 11 13:10:23 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 79966 invoked from network); 11 Dec 2010 13:10:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Dec 2010 13:10:23 -0000 Received: (qmail 65781 invoked by uid 500); 11 Dec 2010 13:10:22 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 65586 invoked by uid 500); 11 Dec 2010 13:10:22 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 65578 invoked by uid 99); 11 Dec 2010 13:10:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 13:10:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 13:10:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBBDA0Da026206 for ; Sat, 11 Dec 2010 13:10:01 GMT Message-ID: <8772681.72311292073000857.JavaMail.jira@thor> Date: Sat, 11 Dec 2010 08:10:00 -0500 (EST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1533) Incorrect PDU buffer handling in LdapDecoder with log level set to DEBUG MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970455#action_12970455 ] Emmanuel Lecharny commented on DIRSERVER-1533: ---------------------------------------------- patch : http://svn.apache.org/viewvc?rev=1044646&view=rev > 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.