[
https://issues.apache.org/jira/browse/PHOENIX-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16626014#comment-16626014
]
Hudson commented on PHOENIX-4864:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-omid2 #89 (See
[https://builds.apache.org/job/Phoenix-omid2/89/])
PHOENIX-4864 Fix NullPointerException while Logging some DDL Statements
(karanmehta93: rev 46f50d29435e29d35dc5cca0f9c68711b22c8308)
* (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)