You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/31 20:15:00 UTC

[jira] [Commented] (AMBARI-22881) Missing user_authentication_id_seq in ambari_sequences table upon upgrade

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

Hudson commented on AMBARI-22881:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8663 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8663/])
[AMBARI-22881] Added user_authentication_id_seq into ambari_sequences (rlevas: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=cf58132f747828071fd7d418b607f8d85a3dd747])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog300.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java


> Missing user_authentication_id_seq in ambari_sequences table upon upgrade
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-22881
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22881
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Missing user_authentication_id_seq in ambari_sequences table upon upgrade.
> The missing sequence should be added using a value greater than the largestĀ {{user_authentication.user_authentication_id}}. For example:
> {code:sql}
> insert into ambari_sequences (sequence_name, sequence_value) 
>   select 'user_authentication_id_seq', max(user_authentication_id) + 1 from user_authentication;{code}



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