Skip to content

Instantly share code, notes, and snippets.

@daubman
Created October 12, 2012 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daubman/3877075 to your computer and use it in GitHub Desktop.
Save daubman/3877075 to your computer and use it in GitHub Desktop.
Full jetty/solr call graph for slow write
java.lang.Thread:run:722 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.util.thread.QueuedThreadPool$3:run:526 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.util.thread.QueuedThreadPool:runJob:595 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.util.ExecutorCallback$ExecutorCallbackInvoker:run:130 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.util.ExecutorCallback$ExecutorCallbackInvoker:call:124 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.io.AbstractConnection$1:onCompleted:63 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.io.AbstractConnection$1:onCompleted:71 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpConnection:onFillable:253 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpChannel:run:246 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.Server:handle:403 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.HandlerWrapper:handle:97 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.IPAccessHandler:handle:204 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.HandlerCollection:handle:110 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.ContextHandlerCollection:handle:258 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.ScopedHandler:handle:136 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.ContextHandler:doScope:973 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.session.SessionHandler:doScope:174 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.servlet.ServletHandler:doScope:358 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.ContextHandler:doHandle:1044 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.session.SessionHandler:doHandle:213 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.security.SecurityHandler:handle:540 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.handler.ScopedHandler:handle:138 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.servlet.ServletHandler:doHandle:429 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.servlet.ServletHandler$CachedChain:doFilter:1274 (method time = 0 ms, total time = 1539 ms)
Filter - SolrDispatchFilter:doFilter:273 (method time = 0 ms, total time = 1539 ms)
Filter - SolrDispatchFilter:writeResponse:352 (method time = 0 ms, total time = 1539 ms)
com.echonest.solr.component.JSONResponseWriterWithTiming:write:22 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONResponseWriter:write:58 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeResponse:97 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedList:300 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedListAsMapWithDups:184 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.TextResponseWriter:writeVal:141 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedList:300 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedListAsMapWithDups:184 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.TextResponseWriter:writeVal:141 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedList:300 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedListAsMapWithDups:184 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.TextResponseWriter:writeVal:143 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeArray:711 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.TextResponseWriter:writeVal:141 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedList:300 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeNamedListAsMapWithDups:184 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.TextResponseWriter:writeVal:130 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeDocList:508 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeDoc:460 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeDoc:389 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.schema.SchemaField:write:135 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.schema.StrField:write:45 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.response.JSONWriter:writeStr:629 (method time = 0 ms, total time = 1539 ms)
org.apache.solr.common.util.FastWriter:write:55 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpOutput:write:174 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpChannel:write:608 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpConnection:send:410 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpConnection:send:372 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.server.HttpConnection:blockingWrite:419 (method time = 0 ms, total time = 1539 ms)
org.eclipse.jetty.util.FutureCallback:get:115 (method time = 1539 ms, total time = 1539 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment