[
https://issues.apache.org/jira/browse/KAFKA-7367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613889#comment-16613889
]
ASF GitHub Bot commented on KAFKA-7367:
---------------------------------------
vvcephei opened a new pull request #5647: KAFKA-7367: Ensure stateless
topologies don't require disk access
URL: https://github.com/apache/kafka/pull/5647
Streams should not eagerly create the state store directory, since in
general topologies may not need state stores.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Verify that Streams never creates RocksDB stores unless they are needed
> -----------------------------------------------------------------------
>
> Key: KAFKA-7367
> URL: https://issues.apache.org/jira/browse/KAFKA-7367
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: John Roesler
> Priority: Major
> Labels: newbie
>
> We have gotten some reports of Streams creating RocksDB stores unnecessarily
> for stateless processes.
> We can and should verify this doesn't happen by creating integration tests
> for *every* stateless operator that verify that after processing, the state
> directory is still empty.
> These tests could potentially be backported as far as we care to so that we
> can identify and fix potential unnecessary stores in past versions as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)