You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/28 23:09:00 UTC

[jira] [Commented] (SAMZA-1926) Fix standalone configurations in configuration table.

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

ASF GitHub Bot commented on SAMZA-1926:
---------------------------------------

GitHub user shanthoosh opened a pull request:

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

    SAMZA-1926: Fix standalone configurations in configuration table.

    Changes:
    * Fix the default value of debounce time configuration.
    * Remove the `coordination.utils.factory` configuration from the table(Infer that based upon job.coordinator.factory configuration).  Remove the definition of `coordination.utils.factory` from the configuration in unit tests.
    * Default the configuration `job.coordinator.factory` to `ZkJobCoordinatorFactory` if it is not defined by the user.
    


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

    $ git pull https://github.com/shanthoosh/samza master

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

    https://github.com/apache/samza/pull/675.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 #675
    
----
commit 251633514eaba3b72f6575d1cdb064951b0f4cab
Author: Shanthoosh Venkataraman <sp...@...>
Date:   2018-09-28T21:46:24Z

    Configuration table fixes.
    
    * Fix the default value of debounce time configuration.
    * Remove the coordination utils configuration from the table(Infer that based upon job.coordinator.factory configuration).
      Remove the defintion of coordination utils factory in configuration from unit-tests.
    * Default job.coordinator.factory to ZkJobCoordinatorFactory if it is not defined by the user.

----


> Fix standalone configurations in configuration table.
> -----------------------------------------------------
>
>                 Key: SAMZA-1926
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1926
>             Project: Samza
>          Issue Type: New Feature
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> * Fix the default value of debounce time configuration.
> * Remove the coordination utils configuration from the table(Infer that configuration value based upon job.coordinator.factory configuration).
> * Default job.coordinator.factory to ZkJobCoordinatorFactory if undefined by the user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)