You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/12/04 23:45:11 UTC

[jira] [Commented] (PHOENIX-2490) Exception while running update statistics on transactional table

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

Hadoop QA commented on PHOENIX-2490:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12775869/PHOENIX-2490-4.x-HBase-0.98.patch
  against 4.x-HBase-0.98 branch at commit 9478d1f2b4faef9f698c0c7ffa6654f67b8253e5.
  ATTACHMENT ID: 12775869

    {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:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/192//console

This message is automatically generated.

> Exception while running update statistics on transactional table
> ----------------------------------------------------------------
>
>                 Key: PHOENIX-2490
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2490
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Mujtaba Chohan
>            Assignee: Thomas D'Silva
>            Priority: Minor
>             Fix For: 4.7.0
>
>         Attachments: PHOENIX-2490-4.x-HBase-0.98.patch
>
>
> Update statistics fails when table is transactional.
> {code}
> java.lang.IllegalArgumentException: Timestamp cannot be negative. minStamp:0, maxStamp-1000000
> 	at org.apache.hadoop.hbase.io.TimeRange.<init>(TimeRange.java:76)
> 	at org.apache.hadoop.hbase.client.Scan.setTimeRange(Scan.java:315)
> 	at org.apache.phoenix.util.ScanUtil.setTimeRange(ScanUtil.java:259)
> 	at org.apache.phoenix.compile.PostDDLCompiler$2.execute(PostDDLCompiler.java:190)
> 	at org.apache.phoenix.schema.MetaDataClient.updateStatisticsInternal(MetaDataClient.java:942)
> 	at org.apache.phoenix.schema.MetaDataClient.updateStatistics(MetaDataClient.java:895)
> 	at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableUpdateStatisticsStatement$1.execute(PhoenixStatement.java:947)
> 	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:335)
> 	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:323)
> 	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
> 	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:321)
> 	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:242)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)