You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Chunhui Shi (JIRA)" <ji...@apache.org> on 2016/05/25 22:23:12 UTC

[jira] [Created] (DRILL-4695) Startup failure should be logged in log file.

Chunhui Shi created DRILL-4695:
----------------------------------

             Summary: Startup failure should be logged in log file.
                 Key: DRILL-4695
                 URL: https://issues.apache.org/jira/browse/DRILL-4695
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Chunhui Shi
            Assignee: Chunhui Shi


When drillbit failed to start, the thrown exception did not get logged in drillbit.log. In the log we can only see "Shutdown begun" as shown below.

2016-05-25 13:58:26,132 [main] DEBUG o.apache.drill.exec.server.Drillbit - Shutdown begun.
2016-05-25 13:58:28,150 [pool-5-thread-2] INFO  o.a.drill.exec.rpc.data.DataServer - closed eventLoopGroup io.netty.channel.epoll.EpollEventLoopGroup@2164289f in 1014 ms
2016-05-25 13:58:28,150 [pool-5-thread-1] INFO  o.a.drill.exec.rpc.user.UserServer - closed eventLoopGroup io.netty.channel.epoll.EpollEventLoopGroup@2164289f in 1014 ms
2016-05-25 13:58:28,150 [pool-5-thread-2] INFO  o.a.drill.exec.service.ServiceEngine - closed dataPool in 1015 ms
2016-05-25 13:58:28,150 [pool-5-thread-1] INFO  o.a.drill.exec.service.ServiceEngine - closed userServer in 1015 ms
2016-05-25 13:58:28,177 [main] WARN  o.apache.drill.exec.server.Drillbit - Failure on close()




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)