You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/02/07 00:13:19 UTC

[jira] [Commented] (SENTRY-105) Remove db specific name from sentry service package

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

Brock Noland commented on SENTRY-105:
-------------------------------------

The attached patch does the following:

* Breaks up the policy specific parts of Sentry service and the Policy Service. The expectation is that in the future Sentry Service might do more than just policy stuff. While it doesn't move the classes out of the policy-db module, it does break them apart from a package perspective.
* Changes TStatus to an int as opposed to enum since enums are not backwards compatible.
* Allows SentryService to add a configurable set of "processors" one of them being SentryPolicyStoreProcessor

> Remove db specific name from sentry service package
> ---------------------------------------------------
>
>                 Key: SENTRY-105
>                 URL: https://issues.apache.org/jira/browse/SENTRY-105
>             Project: Sentry
>          Issue Type: Sub-task
>    Affects Versions: db_policy_store
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: SENTRY-105.patch
>
>
> Right now "SentryService" lives in sentry-provider-db. Ultimately we will probably want it to have a separate module separate from the DB stuff. However, for now let's just change the package name.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)