[ 
https://issues.apache.org/jira/browse/PHOENIX-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594517#comment-16594517
 ] 

Hudson commented on PHOENIX-4864:
---------------------------------

FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2007 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2007/])
PHOENIX-4864 Fix NullPointerException while Logging some DDL Statements 
(karanmehta93: rev 82eeabbc08b6964885de68c219d2227093ca3664)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/monitoring/PhoenixLoggingMetricsIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixPreparedStatement.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixStatement.java


> Fix NullPointerException while Logging some DDL Statements
> ----------------------------------------------------------
>
>                 Key: PHOENIX-4864
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4864
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ashutosh Parekh
>            Assignee: Ashutosh Parekh
>            Priority: Minor
>         Attachments: PHOENIX-4864.patch
>
>
> We encounter a NullPointerException when ResultSet is null when some type of 
> DDL queries are executed. The following error is encountered.
> java.lang.NullPointerException: null
>  at 
> org.apache.phoenix.jdbc.LoggingPhoenixResultSet.close(LoggingPhoenixResultSet.java:40)
>  at 
> org.apache.calcite.avatica.jdbc.JdbcMeta$StatementExpiryHandler.onRemoval(JdbcMeta.java:1105)
>  at 
> com.google.common.cache.LocalCache.processPendingNotifications(LocalCache.java:1963)
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to