[infinispan-issues] [JBoss JIRA] (ISPN-7805) Use non-growing buffered input stream in TcpTransport

Wolf-Dieter Fink (JIRA) issues at jboss.org
Fri May 5 08:30:00 EDT 2017


Wolf-Dieter Fink created ISPN-7805:
--------------------------------------

             Summary: Use non-growing buffered input stream in TcpTransport
                 Key: ISPN-7805
                 URL: https://issues.jboss.org/browse/ISPN-7805
             Project: Infinispan
          Issue Type: Bug
          Components: Remote Protocols
    Affects Versions: 9.0.0.Final
            Reporter: Wolf-Dieter Fink
            Assignee: Tristan Tarrant


The buffering implementation of {{TcpTransport.socketInputStream}} needs to use fixed size input buffer, rather than growing as {{BufferedInputStream}} does. Growing buffer can lead to excessive memory consumption on heap, and more importantly, by direct memory allocated in JDK classes and pooled in thread-local caches.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list