Re: Http 500/503 Responses from Solr

2012-10-30 Thread Dmitry Kan
cache tuning?
replication with load balancing?
Who knows!

(that is to say, that with this little info, one would only be guessing
about how to improve the capacity of your server).


On Tue, Oct 30, 2012 at 11:07 AM, deniz denizdurmu...@gmail.com wrote:

 Hi All,

 I ma running some load tests on my solr server, and as it could happen I am
 getting Http 500/503 responses randomly for some of my requests.. I know
 those responses are because server is too busy to handle that much of
 reqs...

 My queestion is...  how to increase the capacity of the server? What kind
 of
 settings do i need to change in in the solrconfig.xml ?






 -
 Zeki ama calismiyor... Calissa yapar...
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Http-500-503-Responses-from-Solr-tp4016948.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Regards,

Dmitry Kan


Re: Http 500/503 Responses from Solr

2012-10-30 Thread deniz
=lowResourceMaxIdleTime1500/Set
Set name=statsOnfalse/Set
  /New
  /Arg
/Call
Set name=handler
  New id=Handlers
class=org.eclipse.jetty.server.handler.HandlerCollection
Set name=handlers
 Array type=org.eclipse.jetty.server.Handler
   Item
 New id=Contexts
class=org.eclipse.jetty.server.handler.ContextHandlerCollection/
   /Item
   Item
 New id=DefaultHandler
class=org.eclipse.jetty.server.handler.DefaultHandler/
   /Item
   Item
 New id=RequestLog
class=org.eclipse.jetty.server.handler.RequestLogHandler/
   /Item
 /Array
/Set
  /New
/Set
Set name=stopAtShutdowntrue/Set
Set name=sendServerVersionfalse/Set
Set name=sendDateHeaderfalse/Set
Set name=gracefulShutdown1000/Set
Set name=dumpAfterStartfalse/Set
Set name=dumpBeforeStopfalse/Set
Call name=addBean
  Arg
New id=DeploymentManager
class=org.eclipse.jetty.deploy.DeploymentManager
   Set name=contexts
Ref id=Contexts /
  /Set
  Call name=setContextAttribute
   
Argorg.eclipse.jetty.server.webapp.ContainerIncludeJarPattern/Arg
Arg.*/servlet-api-[^/]*\.jar$/Arg
  /Call
/New
  /Arg
/Call
Ref id=DeploymentManager
  Call name=addAppProvider
Arg
  New class=org.eclipse.jetty.deploy.providers.ContextProvider
Set name=monitoredDirNameSystemProperty name=jetty.home
default=.//contexts/Set
Set name=scanInterval0/Set
  /New
/Arg
  /Call
/Ref
/Configure


as it is clear, jetty is the default one from the example folder and
solrconfig.xml is almost the same with the default one... what other details
are needed for better and more accurate workarounds to stop http500/503
responses from the server? 

 



-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Http-500-503-Responses-from-Solr-tp4016948p4017162.html
Sent from the Solr - User mailing list archive at Nabble.com.