You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/05/15 05:40:59 UTC

[jira] [Created] (DRILL-3097) Drillbit.ShutdownHook confusingly uses Drillbit's logger for "Shutdown begun" message

Daniel Barclay (Drill) created DRILL-3097:
---------------------------------------------

             Summary: Drillbit.ShutdownHook confusingly uses Drillbit's logger for "Shutdown begun" message
                 Key: DRILL-3097
                 URL: https://issues.apache.org/jira/browse/DRILL-3097
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


Drillbit's inner class ShutdownHook uses Drillbit's logger for its "Shutdown begun..." message:

... INFO  org.apache.drill.exec.server.Drillbit - Received shutdown request.

That's confusing, because that sounds like it's talking about a request to shut down the Drillbit (that is, a call to Drillbit.close()), when it's really referring to the fact that the JVM received a shutdown request.






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