Skip to content

Instantly share code, notes, and snippets.

@sulliwane
Created September 21, 2014 04:37
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 sulliwane/6348d934cf691dff6cac to your computer and use it in GitHub Desktop.
Save sulliwane/6348d934cf691dff6cac to your computer and use it in GitHub Desktop.
Solr dovecot http request
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: queue http://localhost:8080: Setting up connection to 127.0.0.1:8080 (1 requests pending)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Peer created
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]: Submitted
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: Waiting for 1 requests to finish
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Creating 1 new connections to handle requests (already 0 usable, connecting to 0, closing 0)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Making new connection 1 of 1
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: HTTP connection created (1 parallel connections exist)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Connected
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Using 1 idle connections to handle 1 requests (1 total connections ready)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: queue http://localhost:8080: Connection to peer 127.0.0.1:8080 claimed request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Claimed request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]: Sent header
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Got 500 response for request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Error: fts_solr: Lookup failed: Internal Server Error
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Response payload stream destroyed
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]: Finished
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: request [GET http://localhost:8080/solr/select?fl=uid&rows=1&sort=uid+desc&q=box:1efdac24a9da1b531a1d0000d220f048+user:%22vxxxr@vxxx.fr%22]: Destroy (requests left=0)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Server explicitly closed connection
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: conn 127.0.0.1:8080 [1]: Connection destroy
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Lost a connection (0 connections left)
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: peer 127.0.0.1:8080: Peer destroy
Sep 21 06:31:20 imap(vxxxr@vxxx.fr): Debug: http-client: All requests finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment