[
https://issues.apache.org/jira/browse/TAJO-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746318#comment-14746318
]
Hudson commented on TAJO-1848:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #508 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/508/])
TAJO-1848: ShutdownHook in TajoMaster can throw NPE if serviceInit() is failed.
(hyunsik: rev 59fe6784187a5940622c52f537844f235d1c5b61)
* tajo-core/src/main/java/org/apache/tajo/master/TajoMaster.java
> ShutdownHook in TajoMaster can throw NPE if serviceInit() is failed.
> --------------------------------------------------------------------
>
> Key: TAJO-1848
> URL: https://issues.apache.org/jira/browse/TAJO-1848
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.11.0
>
>
> If serviceInit() is failed, ShutdownHook in TajoMaster can throw NPE.
> {noformat}
> // If embedded derby is used as catalog, shutdown it.
> if
> (catalogServer.getStoreClassName().equals("org.apache.tajo.catalog.store.DerbyStore")
> && AbstractDBStore.needShutdown(catalogServer.getStoreUri())) {
> DerbyStore.shutdown();
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)