You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/02/20 02:37:38 UTC

[GitHub] jjch99 opened a new issue #2263: Support more settings of JettyServer, such as backlog

jjch99 opened a new issue #2263: Support more settings of JettyServer, such as backlog
URL: https://github.com/apache/incubator-skywalking/issues/2263
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [*] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   
   The TCP backlog default is 50 in java,  Recv-Q of port 10800 up to 50 when system is busy, expected to support more settings of [JettyServer](https://github.com/apache/incubator-skywalking/blob/master/oap-server/server-library/library-server/src/main/java/org/apache/skywalking/oap/server/library/server/jetty/JettyServer.java), such as backlog(org.eclipse.jetty.server.ServerConnector.setAcceptQueueSize()).
   
   show Recv-Q & Send-Q of 10800:
   ```
   ss -lntp|grep 10800
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services