[ 
https://issues.apache.org/jira/browse/CXF-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361210#comment-16361210
 ] 

Daniel Kulp commented on CXF-7641:
----------------------------------

Long times spent in that interceptor are normally caused by slow network IO 
and/or slow processing on the other side of the connection.    Basically, in 
that interceptor is where the data is being written out to the OutputStream.   
If the server is busy and cannot process the request or the network connection 
is slow, that would appear as time spent in the BareOutInterceptor.

> BareOutInterceptor seems to be taking lot of time 
> --------------------------------------------------
>
>                 Key: CXF-7641
>                 URL: https://issues.apache.org/jira/browse/CXF-7641
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.7.6
>            Reporter: ANURAG SHRIVASTAVA
>            Priority: Major
>
> Team,
>  
> we are using Apache CXF 2.7.6 and we are seeing when SOAP Payload is big then 
> BareOutInterceptor is taking almost 5 seconds.
>  
> Line 71870: *09:56:33.131* [http-bio-8110-exec-1] DEBUG 
> o.a.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor 
> org.apache.cxf.interceptor.*BareOutInterceptor*@658b9781
> Line 71873: *09:56:38.532* [http-bio-8110-exec-1] DEBUG 
> o.a.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor 
> org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor@9dde9a4
> Line 71874: 09:56:38.532 [http-bio-8110-exec-1] DEBUG 
> o.a.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor 
> org.apache.cxf.interceptor.AttachmentOutInterceptor$AttachmentOutEndingInterceptor@73543007
> Line 71875: 09:56:39.954 [http-bio-8110-exec-1] DEBUG 
> o.a.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor 
> org.apache.cxf.interceptor.StaxOutEndingInterceptor@43b91daa
> Line 71876: 09:56:39.954 [http-bio-8110-exec-1] DEBUG 
> o.a.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor 
> org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor@3ac8c8db
>  
>  
>  
> Please suggest can which scenario it can take this much of time 
>  
> Anurag



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to