[
https://issues.apache.org/jira/browse/DIRKRB-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070761#comment-15070761
]
YanYan edited comment on DIRKRB-511 at 12/24/15 8:50 AM:
---------------------------------------------------------
1.{{reload()}} has been added.
2.Add *synchronized* to {{reload()}}, {{setString()}}, {{addResource()}}.
3.Delete {{propName}} and {{reloadNames}}, revise {{getNames()}}.
4.Existing related tests has been passed.
5.No checkstyle issues.
was (Author: alice yan):
1.{code}reload(){code} has been added.
2.Add *synchronized* to {code}reload(){code}, {code}setString(){code},
{code}addResource(){code}.
3.Delete {code}propName{code} and {code}reloadNames{code}, revise
{code}getNames(){code}.
4.Existing related tests has been passed.
5.No checkstyle issues.
> Load configuration content when adding the resource
> ---------------------------------------------------
>
> Key: DIRKRB-511
> URL: https://issues.apache.org/jira/browse/DIRKRB-511
> Project: Directory Kerberos
> Issue Type: Improvement
> Affects Versions: 1.0.0-RC2
> Reporter: YanYan
> Assignee: YanYan
> Attachments: DIRKRB-511-v1.patch, DIRKRB-511-v2.patch
>
>
> Currently when loading Config resources, we only load in the resource name,
> and actually load in the content at the time we first launch a query, etc,
> getDefaultRealm().
> In order to reduce errors when loading contents and discover errors as soon
> as possible, we will load the resource name and contents in one step.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)