You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2021/07/21 12:09:52 UTC

[Bug 65460] http2 request hang with tomcat 9.0.50`s overhead protection

https://bz.apache.org/bugzilla/show_bug.cgi?id=65460

--- Comment #1 from dpy1123 <dp...@126.com> ---
A stack trace when blocking happens:

void java.lang.Object.wait(long) 272 97.1 %
int
org.apache.coyote.http2.Stream$StreamInputBuffer.doRead(ApplicationBufferHandler)
272 97.1 %
int org.apache.coyote.Request.doRead(ApplicationBufferHandler) 272 97.1 %
int org.apache.catalina.connector.InputBuffer.realReadBytes() 272 97.1 %
boolean org.apache.catalina.connector.InputBuffer.checkByteBufferEof() 272 97.1
%
int org.apache.catalina.connector.InputBuffer.read(byte[], int, int) 272 97.1 %
int org.apache.catalina.connector.CoyoteInputStream.read(byte[], int, int) 272
97.1 %
int org.apache.catalina.connector.CoyoteInputStream.read(byte[]) 272 97.1 %
long org.apache.commons.io.IOUtils.copyLarge(InputStream, OutputStream, byte[])
272 97.1 %
long org.apache.commons.io.IOUtils.copy(InputStream, OutputStream, int) 272
97.1 %
long org.apache.commons.io.IOUtils.copyLarge(InputStream, OutputStream) 272
97.1 %
int org.apache.commons.io.IOUtils.copy(InputStream, OutputStream) 272 97.1 %
byte[] org.apache.commons.io.IOUtils.toByteArray(InputStream) 272 97.1 %
void
com.OURCODEBASE.platform.openfeign.body.CustomBodyServletRequestWrapper.<init>(HttpServletRequest)
272 97.1 %
void
com.OURCODEBASE.platform.openfeign.body.RequestBodyCacheFilter.doFilterInternal(HttpServletRequest,
HttpServletResponse, FilterChain) 272 97.1 %
void
org.springframework.web.filter.OncePerRequestFilter.doFilter(ServletRequest,
ServletResponse, FilterChain) 272 97.1 %
void
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ServletRequest,
ServletResponse) 272 97.1 %
void org.apache.catalina.core.ApplicationFilterChain.doFilter(ServletRequest,
ServletResponse) 272 97.1 %
void
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(HttpServletRequest,
HttpServletResponse, FilterChain) 272 97.1 %
void
org.springframework.web.filter.OncePerRequestFilter.doFilter(ServletRequest,
ServletResponse, FilterChain) 272 97.1 %
void
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ServletRequest,
ServletResponse) 272 97.1 %
void org.apache.catalina.core.ApplicationFilterChain.doFilter(ServletRequest,
ServletResponse) 272 97.1 %
void
com.OURCODEBASE.platform.monitor.logging.tracing.TracingOncePerRequestFilter.doFilterInternal(HttpServletRequest,
HttpServletResponse, FilterChain) 272 97.1 %
void
org.springframework.web.filter.OncePerRequestFilter.doFilter(ServletRequest,
ServletResponse, FilterChain) 272 97.1 %
void
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ServletRequest,
ServletResponse) 272 97.1 %
void org.apache.catalina.core.ApplicationFilterChain.doFilter(ServletRequest,
ServletResponse) 272 97.1 %
void org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
272 97.1 %
void org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
272 97.1 %
void org.apache.catalina.authenticator.AuthenticatorBase.invoke(Request,
Response) 272 97.1 %
void org.apache.catalina.core.StandardHostValve.invoke(Request, Response) 272
97.1 %
void org.apache.catalina.valves.ErrorReportValve.invoke(Request, Response) 272
97.1 %
void org.apache.catalina.core.StandardEngineValve.invoke(Request, Response) 272
97.1 %
void org.apache.catalina.connector.CoyoteAdapter.service(Request, Response) 272
97.1 %
AbstractEndpoint$Handler$SocketState
org.apache.coyote.http2.StreamProcessor.service(SocketWrapperBase) 272 97.1 %
AbstractEndpoint$Handler$SocketState
org.apache.coyote.AbstractProcessorLight.process(SocketWrapperBase,
SocketEvent) 272 97.1 %
void org.apache.coyote.http2.StreamProcessor.process(SocketEvent) 272 97.1 %
void org.apache.coyote.http2.StreamRunnable.run() 272 97.1 %
void
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker)
272 97.1 %
void java.util.concurrent.ThreadPoolExecutor$Worker.run() 272 97.1 %
void org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run() 272 97.1
%
void java.lang.Thread.run() 272 97.1 %

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org