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/11/02 21:29:00 UTC

[jira] [Commented] (SAMZA-1976) MetadataStore API cleanup.

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

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

GitHub user shanthoosh opened a pull request:

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

    [WIP] SAMZA-1976: MetadataStore API cleanup.

    This PR consists of the following changes:
    * Switching all the API methods from using byte[] array as key type to string. 
    * Fixed `CoordinatorMetadataStore`, `ZkMetadataStore` tests due to the type change of key.
    
    Shortly in a followup PR,  namespace unification for metadata stored between standalone and YARN model will be done.

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

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

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

    https://github.com/apache/samza/pull/791.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 #791
    
----
commit a5fe9cd3ca7ddf66c8962eba3f3dd4fa4e681c18
Author: Shanthoosh Venkataraman <sp...@...>
Date:   2018-11-02T20:51:28Z

    [WIP] SAMZA-1976: MetadataStore API cleanup.

----


> MetadataStore API cleanup.
> --------------------------
>
>                 Key: SAMZA-1976
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1976
>             Project: Samza
>          Issue Type: New Feature
>            Reporter: Shanthoosh Venkataraman
>            Assignee: Shanthoosh Venkataraman
>            Priority: Major
>
> Switch from using byte[] array as key type to string.



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