Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/19751#discussion_r156732445
--- Diff:
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
@@ -318,24 +319,23 @@ private[history] class FsHistoryProvider(conf:
SparkConf, clock: Clock)
(new InMemoryStore(), true)
}
- if (needReplay) {
+ val trackingStore = new ElementTrackingStore(kvstore, conf)
+ val listener = if (needReplay) {
--- End diff --
`listener` is unused
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]