You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/07/08 06:26:36 UTC

[GitHub] [trafficserver] masaori335 opened a new issue #6983: [8.1.x] creating inbound stream beyond max_concurrent limit errors with #6936

masaori335 opened a new issue #6983:
URL: https://github.com/apache/trafficserver/issues/6983


   After #6936 (backporting #6364) on the 8.1.x branch, we faced a bunch of HTTP/2 errors.
   It looks like the number of open streams becomes wrong on long-living connections and it's trigger of these errors.
   
   ```
   HTTP/2 stream error code=0x07 recv headers creating inbound stream beyond max_concurrent limit
   HTTP/2 stream error code=0x01 recv headers malformed request
   HTTP/2 stream error code=0x07 refused to create new stream, because ua_session is in half_close state
   HTTP/2 stream error code=0x05 recv data stream closed
   ```
   
   When we revert the commit (cee4fcbc2328ff7882c2c31c18956661772e31a4), these errors are gone.
   
   An odd thing is we don't see these errors on our 9.0.x deployment. (it's crashing frequently, though)
   Is 8.1.x missing some commit which 9.0.x has?
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] masaori335 commented on issue #6983: [8.1.x] creating inbound stream beyond max_concurrent limit errors with #6936

Posted by GitBox <gi...@apache.org>.
masaori335 commented on issue #6983:
URL: https://github.com/apache/trafficserver/issues/6983#issuecomment-655863041


   I opened PRs 1). revert cee4fcb and 2). disable openclose_h2. IMO, the misordering SSN/TXN close hook issue is a bug, but we can leave it on 8.1.0 and wait for 9.0.0 for the fix.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] masaori335 closed issue #6983: [8.1.x] creating inbound stream beyond max_concurrent limit errors with #6936

Posted by GitBox <gi...@apache.org>.
masaori335 closed issue #6983:
URL: https://github.com/apache/trafficserver/issues/6983


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org