Skip to content

Conversation

@StephanEwen
Copy link
Contributor

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.

@rmetzger
Copy link
Contributor

Looks good, +1

StephanEwen added a commit to StephanEwen/flink that referenced this pull request Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants