aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/HeartbeatReceiver.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-0/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-031-1/+0
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-271-3/+3
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-2/+2
* [SPARK-10058] [CORE] [TESTS] Fix the flaky tests in HeartbeatReceiverSuitezsxwing2015-10-011-2/+23
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-011-9/+7
* [SPARK-8119] HeartbeatReceiver should replace executors, not killAndrew Or2015-07-161-1/+3
* [SPARK-7835] Refactor HeartbeatReceiverSuite for coverage + cleanupAndrew Or2015-07-021-20/+69
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-311-10/+10
* [SPARK-7174][Core] Move calling `TaskScheduler.executorHeartbeatReceived` to ...zsxwing2015-04-271-9/+17
* [SPARK-7052][Core] Add ThreadUtils and move thread methods from Utils to Thre...zsxwing2015-04-221-6/+5
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-131-6/+9
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-041-23/+43
* [SPARK-6640][Core] Fix the race condition of creating HeartbeatReceiver and r...zsxwing2015-04-031-7/+25
* Fix string interpolator error in HeartbeatReceiverLi Zhihui2015-03-291-1/+1
* [SPARK-6556][Core] Fix wrong parsing logic of executorTimeoutMs and checkTime...zsxwing2015-03-271-6/+11
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+1
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-261-6/+59
* [SPARK-2952] Enable logging actor messages at DEBUG levelReynold Xin2014-08-111-2/+5
* SPARK-2099. Report progress while task is running.Sandy Ryza2014-08-011-0/+46