You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2015/11/30 09:44:40 UTC

[GitHub] flink pull request: [FLINK-3084] FsStateBackend backs up very smal...

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/flink/pull/1423

    [FLINK-3084] FsStateBackend backs up very small state directly with the metadata

    For the File State Backend (`FsStateBackend`), this change avoids the very small files (few bytes) frequently created for small states, like Kafka Offsets, or individual counters.
    
    State whose size is below a certain size (512 bytes) is stored in the state handle directly, rather than in files.

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

    $ git pull https://github.com/StephanEwen/incubator-flink small_files

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

    https://github.com/apache/flink/pull/1423.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 #1423
    
----
commit 5e0ea62c32fb61eb5823457264f295fc40cbbaec
Author: Stephan Ewen <se...@apache.org>
Date:   2015-11-26T17:46:49Z

    [FLINK-3084] [streaming] FsStateBackend backs up very small state directly with the metadata.

----


---
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] flink pull request: [FLINK-3084] FsStateBackend backs up very smal...

Posted by rmetzger <gi...@git.apache.org>.
Github user rmetzger commented on the pull request:

    https://github.com/apache/flink/pull/1423#issuecomment-160645638
  
    Looks good, +1


---
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] flink pull request: [FLINK-3084] FsStateBackend backs up very smal...

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

    https://github.com/apache/flink/pull/1423


---
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.
---