Hi ,
select * from sys.drillbits;
What does above query shows if drillbits process hangs ?


Thanks

On Tue, 10 Jul 2018 at 15:36, Khurram Faraaz <kfar...@mapr.com> wrote:

> You can run the below query, and look for the *state *column in the result
> of the query. Online drillbits will be marked as ONLINE.
>
> select * from sys.drillbits;
>
> - Khurram
>
> On Tue, Jul 10, 2018 at 12:24 AM, Divya Gehlot <divya.htco...@gmail.com>
> wrote:
>
> > Hi,
> > I would like to know the best practice to check the Drillbits status in
> > cluster mode.
> > I have encountered the scenario when check Drillbits process running fine
> > and When check in Drll WebUI , some of the Drillbits are down.
> > When do RCA(root cause analysis) , got to know due to some reason
> drillbits
> > process hanged .
> > For now the alert system which I have implemented now is checking the
> >
> >
> > > drill/bin/drillbit.sh status
> >
> >
> > Is there any other best way to catch the hung Drillbit process?
> > Appreciate the advise from Drill community users.
> >
> > Thanks,
> > Divya
> >
>

Reply via email to