The server does not accept message bigger than 80Kb
---------------------------------------------------

                 Key: DIRSERVER-1563
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1563
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.7
            Reporter: Emmanuel Lecharny
            Priority: Blocker
             Fix For: 2.0.0-RC1


As I was trying to send a schema modification will 1400 ObjectClasses in it, 
the ModifyMessage which was created was 350Kb big, and it wasn't correctly 
swallowed by the server. 

The analysis proved that once the first 80Kb were read (the incoming buffer is 
80Kn big), the next block of data was generating a Protocol_error. This was due 
to the fact that the message container was reinitialized when the new block of 
data arrived.

This is bad.

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

Reply via email to