If the URL being sent to Solr is too long to be completely displayed in
the jetty request log, the next log entry is recorded on the same line.
The following line from my log is actually three separate requests:
10.100.0.240 - - [04/Nov/2011:00:00:00 +0000] "GET
/solr/s1live/select?qt=lbcheck&rows=0&q=did%3A%28236297360+OR+236297361+OR+236297362+OR+236297363+OR+236297364+OR+236297375+OR+282948606+OR+281822104+OR+236297379+OR+236297378+OR+23629
7377+OR+236297376+OR+236297387+OR+236297386+OR+236297385+OR+236297390+OR+236297389+OR+236297388+OR+236297413+OR+236297412+OR+236297414+OR+278631444+OR+275337739+OR+236297233+OR+236297235+OR+236297234+OR+281822007+OR+236297236+OR+27894483
7+OR+278944836+OR+279328339+OR+278944833+OR+279328340+OR+278944832+OR+278944835+OR+279328342+OR+278944834+OR+236297231+OR+279328344+OR+236297216+OR+279328345+OR+279328347+OR+279328348+OR+279328350+OR+279328352+OR+282672994+OR+236297279+O
R+282672995+OR+282794348+OR+282672993+OR+236297264+OR+236297262+OR+236297263+OR+236297260+OR+236297261+OR+236297250+OR+236297251+OR+236297248+OR+236297249+OR+236297254+OR+236297252+OR+236297253+OR+278631560+OR+212057029+OR+225234809+OR+2
78631559+OR+278631558+OR+236297288+OR+236297289+OR+236297290+OR+236297291+OR10.100.0.240
- - [04/Nov/2011:00:00:00 +0000] "GET
/solr/s0live/select?qt=lbcheck&rows=0&q=did%3A%28236297360+OR+236297361+OR+236297362+OR+236297363+OR+2362973
64+OR+236297375+OR+282948606+OR+281822104+OR+236297379+OR+236297378+OR+236297377+OR+236297376+OR+236297387+OR+236297386+OR+236297385+OR+236297390+OR+236297389+OR+236297388+OR+236297413+OR+236297412+OR+236297414+OR+278631444+OR+275337739+
OR+236297233+OR+236297235+OR+236297234+OR+281822007+OR+236297236+OR+278944837+OR+278944836+OR+279328339+OR+278944833+OR+279328340+OR+278944832+OR+278944835+OR+279328342+OR+278944834+OR+236297231+OR+279328344+OR+236297216+OR+279328345+OR+
279328347+OR+279328348+OR+279328350+OR+279328352+OR+282672994+OR+236297279+OR+282672995+OR+282794348+OR+282672993+OR+236297264+OR+236297262+OR+236297263+OR+236297260+OR+236297261+OR+236297250+OR+236297251+OR+236297248+OR+236297249+OR+236
297254+OR+236297252+OR+236297253+OR+278631560+OR+212057029+OR+225234809+OR+278631559+OR+278631558+OR+236297288+OR+236297289+OR+236297290+OR+236297291+OR10.100.0.240
- - [04/Nov/2011:00:00:01 +0000] "POST /solr/s0live/select HTTP/1.1" 2
00 193
I assume that this is probably a jetty problem, but since it's the jetty
included with Solr, I am bringing it up here. This happens with both
Solr 3.2.0 and Solr 3.4.0. Is there a config change I can make to fix
it? Almost every request that gets sent to my Solr server is too long
to be fully represented in the request log.
As long as I am bringing this up, is there any way to get the full URL
in that log? Some of my URLs get close to 20000 bytes.
Thanks,
Shawn