[teiid-issues] [JBoss JIRA] (TEIID-2505) MultiArrayOutputStream computes count incorrectly

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed May 15 12:17:06 EDT 2013


Steven Hawkins created TEIID-2505:
-------------------------------------

             Summary: MultiArrayOutputStream computes count incorrectly
                 Key: TEIID-2505
                 URL: https://issues.jboss.org/browse/TEIID-2505
             Project: Teiid
          Issue Type: Bug
          Components: JDBC Driver
    Affects Versions: 8.3
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Blocker
             Fix For: 8.4


The count computed may not be correct when the bytes written exceeds the primary array size.  This impacts teiid in client to server messaging when the client message exceeds 1 < 15 bytes - which is uncommon, but can happen with extremely large sql, large directly bound (not stream) values, etc.

The exception produced will be shown as "Connection reset".  The server will log the exception as an EOFException - but at a detail level since we assume that IOExceptions can be logged at a lower level.



--
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


More information about the teiid-issues mailing list