Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.1.1
-
None
-
None
Description
FsHistoryProvider has some threads to mergeApplicationListing.
mergeApplicationListing function has code like this:
applications.synchronized {
...
applications = mergedApps
...
}
applications object is changed, so the synchronized do not work.
Attachments
Issue Links
- Is contained by
-
SPARK-20642 Use key-value store to keep History Server application listing
- Resolved
- is related to
-
SPARK-21223 Thread-safety issue in FsHistoryProvider
- Resolved
- links to