You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/03/03 21:36:45 UTC

[jira] [Updated] (HBASE-17728) Separate Configuration into common module

     [ https://issues.apache.org/jira/browse/HBASE-17728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-17728:
---------------------------
    Attachment: 17728.v1.txt

Ran 'buck test --all'
Tests passed.

[~enis] [~xiaobingo]:
Can you take a look ?

> Separate Configuration into common module
> -----------------------------------------
>
>                 Key: HBASE-17728
>                 URL: https://issues.apache.org/jira/browse/HBASE-17728
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 17728.v1.txt
>
>
> User is in security module.
> When User::isSecurityEnabled() is added, we need to query Configuration for security setting.
> However, this introduces a circular build dependency:
> BUILD FAILED: Cycle found: //connection:connection -> //security:security -> //core:core -> //connection:connection
> This issue is to separate Configuration into common module which is depended upon by both core and connection modules.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)