You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Midas A <te...@gmail.com> on 2016/01/22 09:14:45 UTC

POST request on slave server & error (Urgent )

Please anybody tell me what these request are doing . Is it application
generated error or part of  solr master -slave?



b)
10.20.73.169 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select HTTP/1.1" 200 7002
10.20.73.164 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
154986
10.20.73.167 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
106282
10.20.73.167 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
106282
10.20.73.204 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200 1833
10.20.73.164 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
132117
10.20.73.164 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
156184
10.20.73.170 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
78677
10.20.73.164 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200
132116
10.20.73.204 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200 2106
10.20.73.204 -  -  [22/Jan/2016:08:07:38 +0000] "POST
/solr/shopclue_prod/select/?version=2.2&indent=on&wt=xml HTTP/1.1" 200 1975

Re: POST request on slave server & error (Urgent )

Posted by Midas A <te...@gmail.com>.
my solr version :4.2.1


On Sun, Jan 24, 2016 at 8:32 PM, Binoy Dalal <bi...@gmail.com> wrote:

> {Solr_dist}/server/logs/solr.log
>
> On Sun, 24 Jan 2016, 20:12 Midas A <te...@gmail.com> wrote:
>
> > Shawn,
> > where can i see solr these solr log.
> >
> > On Fri, Jan 22, 2016 at 8:54 PM, Shawn Heisey <ap...@elyograg.org>
> wrote:
> >
> > > On 1/22/2016 1:14 AM, Midas A wrote:
> > > > Please anybody tell me what these request are doing . Is it
> application
> > > > generated error or part of  solr master -slave?
> > > >
> > > >
> > > >
> > > > b)
> > > > 10.20.73.169 -  -  [22/Jan/2016:08:07:38 +0000] "POST
> > > > /solr/shopclue_prod/select HTTP/1.1" 200 7002
> > >
> > > This appears to be the servlet container request log.  All of the
> > > requests were made to the /select handler, so chances are that they are
> > > queries.  All of the requests returned a 200 response, so they all
> > > succeeded.
> > >
> > > Because it's a POST request and the important parameters were not in
> the
> > > URL, those parameters are not visible in the request log.  The Solr log
> > > (which is a different file) will have full details about every request.
> > >
> > > Thanks,
> > > Shawn
> > >
> > >
> >
> --
> Regards,
> Binoy Dalal
>

Re: POST request on slave server & error (Urgent )

Posted by Binoy Dalal <bi...@gmail.com>.
{Solr_dist}/server/logs/solr.log

On Sun, 24 Jan 2016, 20:12 Midas A <te...@gmail.com> wrote:

> Shawn,
> where can i see solr these solr log.
>
> On Fri, Jan 22, 2016 at 8:54 PM, Shawn Heisey <ap...@elyograg.org> wrote:
>
> > On 1/22/2016 1:14 AM, Midas A wrote:
> > > Please anybody tell me what these request are doing . Is it application
> > > generated error or part of  solr master -slave?
> > >
> > >
> > >
> > > b)
> > > 10.20.73.169 -  -  [22/Jan/2016:08:07:38 +0000] "POST
> > > /solr/shopclue_prod/select HTTP/1.1" 200 7002
> >
> > This appears to be the servlet container request log.  All of the
> > requests were made to the /select handler, so chances are that they are
> > queries.  All of the requests returned a 200 response, so they all
> > succeeded.
> >
> > Because it's a POST request and the important parameters were not in the
> > URL, those parameters are not visible in the request log.  The Solr log
> > (which is a different file) will have full details about every request.
> >
> > Thanks,
> > Shawn
> >
> >
>
-- 
Regards,
Binoy Dalal

Re: POST request on slave server & error (Urgent )

Posted by Shawn Heisey <ap...@elyograg.org>.
On 1/24/2016 7:42 AM, Midas A wrote:
> where can i see solr these solr log.

The reply from Binoy Dalal outlines one location where the log can be if
you're running Solr 5.x.

{Solr_dist}/server/logs/solr.log


Assuming version 5.0 or later, there are also other possible places that
it could be depending on exactly how you are installing and running
Solr.  This is the default location when the installer script is used:

/var/solr/logs/solr.log

If you're running a version before 5.0, then we really have no way of
knowing where the Solr logfile is.  There was no standardized way of
installing Solr before 5.x -- the location of the Solr log will vary
based on things that are outside our control.

Thanks,
Shawn


Re: POST request on slave server & error (Urgent )

Posted by Midas A <te...@gmail.com>.
Shawn,
where can i see solr these solr log.

On Fri, Jan 22, 2016 at 8:54 PM, Shawn Heisey <ap...@elyograg.org> wrote:

> On 1/22/2016 1:14 AM, Midas A wrote:
> > Please anybody tell me what these request are doing . Is it application
> > generated error or part of  solr master -slave?
> >
> >
> >
> > b)
> > 10.20.73.169 -  -  [22/Jan/2016:08:07:38 +0000] "POST
> > /solr/shopclue_prod/select HTTP/1.1" 200 7002
>
> This appears to be the servlet container request log.  All of the
> requests were made to the /select handler, so chances are that they are
> queries.  All of the requests returned a 200 response, so they all
> succeeded.
>
> Because it's a POST request and the important parameters were not in the
> URL, those parameters are not visible in the request log.  The Solr log
> (which is a different file) will have full details about every request.
>
> Thanks,
> Shawn
>
>

Re: POST request on slave server & error (Urgent )

Posted by Shawn Heisey <ap...@elyograg.org>.
On 1/22/2016 1:14 AM, Midas A wrote:
> Please anybody tell me what these request are doing . Is it application
> generated error or part of  solr master -slave?
>
>
>
> b)
> 10.20.73.169 -  -  [22/Jan/2016:08:07:38 +0000] "POST
> /solr/shopclue_prod/select HTTP/1.1" 200 7002

This appears to be the servlet container request log.  All of the
requests were made to the /select handler, so chances are that they are
queries.  All of the requests returned a 200 response, so they all
succeeded.

Because it's a POST request and the important parameters were not in the
URL, those parameters are not visible in the request log.  The Solr log
(which is a different file) will have full details about every request.

Thanks,
Shawn