You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by pdu-mn1 <gi...@git.apache.org> on 2018/08/30 18:19:32 UTC

[GitHub] samza pull request #618: SAMZA-1795 table: add common retry for IO functions

GitHub user pdu-mn1 opened a pull request:

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

    SAMZA-1795 table: add common retry for IO functions

    Add common retry functionality to table IO functions for data stores
    that do not have native retry support. We use failsafe as the retry
    library.

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

    $ git pull https://github.com/pdu-mn1/samza retry-support

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

    https://github.com/apache/samza/pull/618.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 #618
    
----
commit ca959912d1c0f3a6c7a2752e81d260b501dd75a8
Author: Peng Du <pd...@...>
Date:   2018-08-28T19:29:25Z

    table: add common retry for IO functions
    
    Add common retry functionality to table IO functions for data stores
    that do not have native retry support. We use failsafe as the retry
    library.

----


---

[GitHub] samza pull request #618: SAMZA-1795 table: add common retry for IO functions

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

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


---