You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by cameronlee314 <gi...@git.apache.org> on 2018/04/23 21:28:04 UTC

[GitHub] samza pull request #483: adding getNewestOffset API to StreamMetadataCache a...

GitHub user cameronlee314 opened a pull request:

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

    adding getNewestOffset API to StreamMetadataCache and using it in Tas…

    …kStorageManager
    
    Testing done:
    ./gradlew clean check
    ./bin/integration-tests.sh
    Implemented getNewestOffset with a custom admin and verified that newest offsets get correctly written and used when restoring stores

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

    $ git pull https://github.com/cameronlee314/samza metadatacache

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

    https://github.com/apache/samza/pull/483.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 #483
    
----
commit f967ce4554474976bdeb4c6eb63a1bdd1a8ab001
Author: Cameron Lee <ca...@...>
Date:   2018-04-21T00:11:25Z

    adding getNewestOffset API to StreamMetadataCache and using it in TaskStorageManager

----


---

[GitHub] samza pull request #483: SAMZA-1670 : When fetching a newest offset for a pa...

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

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


---