[
https://issues.apache.org/jira/browse/SENTRY-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137345#comment-16137345
]
Alexander Kolbasov commented on SENTRY-1897:
--------------------------------------------
I think that we should still understand old property if the new one isn't set
and the old one is. Something like
{code}
if (newProperty.isAvailable()) { use it }
else { use old one }
{code}
> Rename sentry property to provide the list of sentry servers
> ------------------------------------------------------------
>
> Key: SENTRY-1897
> URL: https://issues.apache.org/jira/browse/SENTRY-1897
> Project: Sentry
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Vamsee Yarlagadda
> Assignee: Vamsee Yarlagadda
> Attachments: SENTRY-1897.001-master.patch
>
>
> Starting with Sentry 2.0, we start to support HA and thus the need to provide
> a comma separated list of sentry servers in the configuration. It is better
> to use a new property name for this. (Note: This breaks the compatibility
> with older 1.x Sentry releases)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)