You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by sborya <gi...@git.apache.org> on 2017/08/30 00:52:16 UTC

[GitHub] samza pull request #290: SAMZA-1413: Config for CoordinationUtilsFactory cla...

GitHub user sborya opened a pull request:

    https://github.com/apache/samza/pull/290

    SAMZA-1413: Config for CoordinationUtilsFactory class name.

    

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

    $ git pull https://github.com/sborya/samza configUtilsFactoryClassName

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

    https://github.com/apache/samza/pull/290.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 #290
    
----
commit 9de7539727e227c92f67be4ae0d9de4a8a1ae26c
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-22T17:36:18Z

    created the factory

commit b6363ccfe6bb458047df11fff3e012e06cdd79b8
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-22T18:42:56Z

    removed reset, added close() per interface

commit 1ac7ae9d260380d61afa7fea7a12d1ae110dc334
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-22T18:47:18Z

    use getName() for class name

commit 14e64e95443113669563e447cb6e3b86749615d4
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-23T00:23:11Z

    update 4.8.1

commit b15e0fce7a336b3663529e3e9e7539f85f6afe2c
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-23T00:35:50Z

    update 4.8.1

commit ec075bfd2731e429598c20d357cf6c9550ea51f1
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-23T18:02:46Z

    added Distributed lock

commit 71cafa96e7abede5d76e8a907c2354bcdaff33a0
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-24T01:59:52Z

    added locks

commit 436519b0121136b1edb2c3b8fa6e4784d45244e3
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-24T22:32:42Z

    abstract

commit e0f22f09f4de6528a30cd1541974314e48dec14f
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-25T21:04:09Z

    Merge branch 'master' into CoordinationUtilsFactory_withDistributedLock

commit 52f4d3d13e872ba86894f7fe5161067458cbb5d1
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-25T21:04:53Z

    merge

commit e813117ae7c21eea329eb508a7a696dd0f078543
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-25T22:33:35Z

    removed Abstract

commit aa6e8e8f015bf3e036cd5446cff45a55b867fc02
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T17:28:36Z

    cleanup

commit 3479a6c9a7c9f5029a777c5114b21c466db9fba6
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T17:40:33Z

    re-introduced close in the Coordination utils

commit da9c048c57af267037a5ae0eb5b849a54a314362
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T18:07:30Z

    do not use test methods from 4.12 junit

commit 50aea87b8bde5d5d419e8881647204f5c663a234
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T18:12:00Z

    do not use test methods from 4.12 junit

commit e174dc2e6f333d27ec18b7ab84f5621c97fcf934
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:33:09Z

    Merge branch 'master' into CoordinationUtilsFactory

commit 30e40c1fae520672fb238f5006181eb8e9022558
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:34:08Z

    Merge branch 'master' into CoordinationUtilsFactory_withDistributedLock

commit d38fa6af09e0a5d30125cede2649773ee740f4d9
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:51:08Z

    fixed indentation

commit 69c957de09f109c85328542abefc5aa1941966ba
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:51:10Z

    Merge branch 'CoordinationUtilsFactory' of https://github.com/sborya/samza into CoordinationUtilsFactory

commit e621eb6759598d02c28114899fe363401b0bde9c
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:53:04Z

    import assert

commit 47efbf82d4f87bc5dd358598d741ef9a8bdb41f4
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T21:54:11Z

    fixed assert

commit 259f342dffd4c0662ea67c2f093e5381dd076ace
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T22:19:55Z

    back to junit 4.8.1

commit 9605dee2fbf4bdfb5c1853d1b0b8bc68b5bd540b
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T22:22:17Z

    fixed indentation

commit eb6e6f75c073565e087f67b3822fc9d63e2acbd2
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-28T22:52:56Z

    moved close() into coordinationUtils

commit bbbdb0148a6b980a3d17f19d3c0c117738d6e47e
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T01:14:47Z

    removed close() implementation from Leader and Latch

commit 4bb0afc0912507d29d8962cc7acff069a8b8b81e
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T17:16:12Z

    removed close() from Latch and Leader

commit 003552b3ca08b79ec87f3140564878310f65a994
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T17:44:13Z

    merged together

commit 0d02b40c0e6b55236274a1813aea0f0b72000ab0
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T20:41:27Z

    added distributed lock with state

commit 0259d91775cc74cd80e6b7da068cb4d739df2e11
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T20:57:54Z

    checkstyle

commit c66abe3fc346e807af49472e72ee1311aa51f415
Author: Boris Shkolnik <bo...@apache.org>
Date:   2017-08-29T23:44:49Z

    added config for coordiantionUtilsFactory and docs

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] samza pull request #290: SAMZA-1413: Config for CoordinationUtilsFactory cla...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/290


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---