Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
2.3.0
-
None
-
None
Description
See spec in parent issue (SPARK-18085) for more details.
This task tracks enhancements to the code added in previous tasks so that the new app state listener is faster; it adds a caching layer and an asynchronous write layer that also does deduplication, so that it avoids blocking the listener thread and also avoids unnecessary writes to disk.