[
https://issues.apache.org/jira/browse/SENTRY-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508574#comment-14508574
]
Prasad Mujumdar commented on SENTRY-692:
----------------------------------------
The upgrade.order files should contain all the upgrade paths. The schema tool
executes step wise upgrade. eg. if you are upgrading from 1.4 to 1.6, then it
will first perform 1.4 to 1.5 and then 1.5 to 1.6. You should not remove
1.4.0-to-1.5.0 entry from upgrade.order.* files.
Also in TestSentrySchemaTool.java, OLDEST_INIT_VERSION should remain 1.4.
That's the first version when schema was introduced. This ensures that the test
verifies the entire upgrade, from 1.4 to latest.
> Add schema creation scripts for 1.6.0 version
> ---------------------------------------------
>
> Key: SENTRY-692
> URL: https://issues.apache.org/jira/browse/SENTRY-692
> Project: Sentry
> Issue Type: Bug
> Reporter: Prasad Mujumdar
> Assignee: Colin Ma
> Fix For: 1.6.0
>
> Attachments: SENTRY-692.001.patch, SENTRY-692.002.patch
>
>
> Once the master branch version is updated to 1.6.0, we'll need new 1.6 schema
> creation scripts and empty upgrade scripts for Sentry store.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)