[ https://issues.apache.org/jira/browse/CXF-7396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493442#comment-16493442 ]
Grégory commented on CXF-7396: ------------------------------ A simple JMeter with a Thread Group, an HTTP Request with a SOAP request in "Body Data". The key is to set a {color:#FF0000}HTTP Timeout < response time{color} (in Advanced tab) to simulate a "SocketTimeoutException". !image-2018-05-29-13-58-03-109.png! !image-2018-05-29-14-00-16-442.png! And a second object HTTPHeader Manager: !image-2018-05-29-14-00-54-215.png! > CachedOutputStream doesn't delete temp files > -------------------------------------------- > > Key: CXF-7396 > URL: https://issues.apache.org/jira/browse/CXF-7396 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 3.1.8 > Reporter: Matthew Roth > Priority: Minor > Fix For: NeedMoreInfo > > Attachments: image-2018-05-29-13-58-03-109.png, > image-2018-05-29-14-00-16-442.png, image-2018-05-29-14-00-54-215.png > > > In the CachedOutputStream the method maybeDeleteTempFile doesn't always > delete the temp file when it should. > > this.streamList.remove(stream) > Doesn't remove the stream, occasionally the stream is not in the list causing > the check of this.streamList().isEmpty() to fail. Also occurs when > this.streamList() contains multiple streams. > This seems occur when too many large requests are processed in a row. -- This message was sent by Atlassian JIRA (v7.6.3#76005)