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

ASF GitHub Bot commented on OODT-945:
-------------------------------------

GitHub user IMS94 opened a pull request:

    https://github.com/apache/oodt/pull/50

    [OODT-945] Introduced distributed configuration management for workflow and 
resource managers

    Up to now, distributed configuration management was tested and implemented 
for file manager only (#44 and #48). This PR is introducing the same for both 
workflow manager and resource manager. 
    
    This also include corresponding unit tests to ensure functionality of those 
components with distributed configuration management enabled.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/IMS94/oodt feature/zookeeper-config

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/oodt/pull/50.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #50
    
----
commit 57a9235e71a9d869291e80ba9bd16eeddd4a8e10
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-06T09:34:36Z

    Merge branch 'master' of https://github.com/apache/oodt into 
feature/zookeeper-config

commit 9ee8af48ba45904a44d4e32b3030e8ad7d0bee21
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-10T13:02:27Z

    Improvements to filemgr and config-publisher bash scripts

commit c437106fb9292547f8d87ada4601aab6b9d97ee9
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-10T13:03:18Z

    Merge branch 'feature/zookeeper-config' of https://github.com/apache/oodt 
into feature/zookeeper-config

commit 57e544658f0716395c78b3c0cdaa3875b1c2cdff
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-12T06:51:29Z

    Added cleaning up directories created when testing file manager

commit ef0aa5a75ff5fad964b7a0c5dfb7f6d5ea500484
Author: Tom Barber <t...@analytical-labs.com>
Date:   2017-08-14T22:07:38Z

    update changes for 1.2

commit 7443a7c37a993afffa66270282a6a6c5aa8074ba
Author: Tom Barber <t...@analytical-labs.com>
Date:   2017-08-14T22:31:51Z

    update version

commit 3df0e43de5f8c78348cff5da766e75f62343a380
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-15T17:01:30Z

    Merge branch 'master' of https://github.com/apache/oodt into 
feature/zookeeper-config

commit fc6311db2ed4e5ccc6129cb88c71bb5428037b98
Author: Imesha Sudasingha <imesha.sudasin...@gmail.com>
Date:   2017-08-15T19:47:42Z

    Introduced distributed configuration management to workflow and resource 
managers + tests

----


> Rework OODT configuration to make use of  Zookeeper for distributed 
> configuration management
> --------------------------------------------------------------------------------------------
>
>                 Key: OODT-945
>                 URL: https://issues.apache.org/jira/browse/OODT-945
>             Project: OODT
>          Issue Type: Bug
>            Reporter: Tom Barber
>            Assignee: Tom Barber
>              Labels: gsoc2017, mentor
>             Fix For: 1.3
>
>
> OODT is made up of a number of different components, each of which have their 
> own set of configuration files and locations. This is complex to manage and 
> causes additional problems when the platform requires distribution across 
> servers or geographically.
> To combat this we are proposing that we migrate the OODT configuration to an 
> opional Zookeeper module that would allow users to commission a zookeeper 
> cluster and register the various OODT components against it, which will allow 
> the zookeeper cluster to maintain the state of the various OODT components 
> regardless of scale.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to