viirya commented on a change in pull request #30789:
URL: https://github.com/apache/spark/pull/30789#discussion_r544110340
##########
File path: docs/structured-streaming-programming-guide.md
##########
@@ -1689,6 +1689,23 @@ hence the number is not same as the number of original
input rows. You'd like to
There's a known workaround: split your streaming query into multiple queries
per stateful operator, and ensure
end-to-end exactly once per query. Ensuring end-to-end exactly once for the
last query is optional.
+### State Store and task locality
+
+The stateful operations stores states for events in state stores of executors.
State stores occupy resources such as memory and disk space to store the states.
Review comment:
Fixed. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]