[
https://issues.apache.org/jira/browse/TAJO-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388191#comment-14388191
]
Tajo QA commented on TAJO-1479:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12708353/TAJO-1479.patch
against master revision release-0.9.0-rc0-226-g652e4db.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:red}-1 tests included.{color} The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to introduce 2 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-catalog/tajo-catalog-server.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/681//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/681//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-catalog-server.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/681//console
This message is automatically generated.
> NPE during startup CatalogStore
> -------------------------------
>
> Key: TAJO-1479
> URL: https://issues.apache.org/jira/browse/TAJO-1479
> Project: Tajo
> Issue Type: Bug
> Components: catalog
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Fix For: 0.11.0
>
> Attachments: TAJO-1479.patch
>
>
> Currently, NPE occurs during startup MySQLStore on initial state as following:
> {code:xml}
> Caused by: java.lang.NullPointerException
> at org.apache.tajo.util.FileUtil.readTextFromStream(FileUtil.java:99)
> at
> org.apache.tajo.util.FileUtil.readTextFileFromResource(FileUtil.java:90)
> at
> org.apache.tajo.catalog.store.AbstractDBStore.readSchemaFile(AbstractDBStore.java:174)
> at
> org.apache.tajo.catalog.store.AbstractMySQLMariaDBStore.readSchemaFile(AbstractMySQLMariaDBStore.java:68)
> at
> org.apache.tajo.catalog.store.MySQLStore.readSchemaFile(MySQLStore.java:52)
> at
> org.apache.tajo.catalog.store.AbstractMySQLMariaDBStore.createBaseTable(AbstractMySQLMariaDBStore.java:209)
> at
> org.apache.tajo.catalog.store.AbstractDBStore.<init>(AbstractDBStore.java:152)
> {code}
> For the reference, there are similar situations at other CatalogStores, such
> as, MariaDB, Oracle, PostgreSQL.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)