363488 ShutdownHandler pollutes the log during shutdown
This commit is contained in:
parent
ca8873593a
commit
e723b90de4
|
@ -114,6 +114,10 @@ public class ShutdownHandler extends AbstractHandler
|
||||||
{
|
{
|
||||||
shutdownServer();
|
shutdownServer();
|
||||||
}
|
}
|
||||||
|
catch (InterruptedException e)
|
||||||
|
{
|
||||||
|
LOG.ignore(e);
|
||||||
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
throw new RuntimeException("Shutting down server",e);
|
throw new RuntimeException("Shutting down server",e);
|
||||||
|
|
Loading…
Reference in New Issue