Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently global state stores are restored sequentially and the partitions of each global state store are restored sequentially too.
Loop over stores:
Loop over partitions:
It would be a great improvement if one or both of those loops could be processed in parallel.
Possible related task is https://issues.apache.org/jira/browse/KAFKA-6721
Mail discussion: https://lists.apache.org/thread.html/6fc4772eb8635c04b0ee6682003a99a5ef37ebccffea6c89752e96b1@%3Cusers.kafka.apache.org%3E
Attachments
Issue Links
- is related to
-
KAFKA-6721 Consolidate state store management for global stores and normal stores
- Open
- relates to
-
KAFKA-10199 Separate state restoration into separate threads
- Resolved