You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2019/10/16 21:23:00 UTC

[jira] [Comment Edited] (PHOENIX-5524) Connections with SCN should fail mutations on tables with any index

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

Chinmay Kulkarni edited comment on PHOENIX-5524 at 10/16/19 9:22 PM:
---------------------------------------------------------------------

PreCommit is failing with: 
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project phoenix-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test failed: java.lang.NoClassDefFoundError: java/sql/Driver: java.sql.Driver
{code}
Need to look into why this is happening (second time it failed with this error). Any ideas [~gjacoby] [~kozdemir] [~larsh]?




was (Author: ckulkarni):
PreCommit is failing with: 
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project phoenix-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test failed: java.lang.NoClassDefFoundError: java/sql/Driver: java.sql.Driver
{code}
Need to look into why this is happening (second time it failed with this error). Any ideas?



> Connections with SCN should fail mutations on tables with any index
> -------------------------------------------------------------------
>
>                 Key: PHOENIX-5524
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5524
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.15.0, 5.1.0
>            Reporter: Priyank Porwal
>            Assignee: Chinmay Kulkarni
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: PHOENIX-5524-4.x-HBase-1.3-v2.patch, PHOENIX-5524-master.patch
>
>
> PHOENIX-4983 allowed mutations on subset of tables for connections using SCN.
> We need to forbid mutations on tables with any index so that they do not conflict with assumptions made by consistent secondary indexing redesign.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)