forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple checking for application completion from replaying
This involves moving a chunk of logic from ReplayListenerBus. Previously, the ReplayListenerBus also takes care of parsing logging information, which requires it to understand the format of EventLoggingListener. This leads to increased complexity if we want to check whether an application has completed independently from replaying its logs, as we do in HistoryServer. This wide refactoring also affects Master, which must now go through the same code path as the HistoryServer to parse the logging information before replaying events.
- Loading branch information
1 parent
d02dbaa
commit 2dfb494
Showing
5 changed files
with
164 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.