My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 3502: Lots of (Several GB) Dispatched Failed logs and gerrit server no response
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


Sign in to add a comment
 
Reported by tianbing...@gmail.com, Jul 29, 2015
I have no idea how to trigger this event, but suddenly there are lots of log file in the gerrit error_log, several GBs. At that time, the gerrit do not response via http.
All the error log messages are the same (below).

I find some solution here (https://code.google.com/p/gerrit/wiki/Scaling). I tried to set the http[d].maxqueued = 100, but does not works. The same event happened a few days later. Now I tried to set http[d].maxqueued = 0 to see what will happen.

My question 1, in the above solution, it's suggest to set  http.maxqueued = 0. But I can not find the parameter named " http.maxqueued", so I use the parameter "httpd.maxqueued" instead. Am I right?

I find another solution, to close the log of jetty. (see http://stackoverflow.com/questions/16592537/jetty-8-1-flooding-the-log-file-with-dispatched-failed-messages).
My question 2, How can I close the log of jetty?

----------------------------------------------------------
Below are the error log. My Java version is 1.7.0_67

WARN  org.eclipse.jetty.io.nio : Dispatched Failed! SCEP@4a10312c{l(/xxx.xxx.xx.xxx:61463)<->r(/xxx.xxx.x.xx:8080),d=false,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@48e83dbe,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0} to org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@5db3d79b

Sign in to add a comment

Powered by Google Project Hosting