Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19450

Replace askWithRetry with askSync.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • Spark Core
    • None

    Description

      askSync is already added in RpcEndpointRef (see SPARK-19347 and https://github.com/apache/spark/pull/16690#issuecomment-276850068) and askWithRetry is marked as deprecated.
      As mentioned SPARK-18113(https://github.com/apache/spark/pull/16503#event-927953218):

      askWithRetry is basically an unneeded API, and a leftover from the akka days that doesn't make sense anymore. It's prone to cause deadlocks (exactly because it's blocking), it imposes restrictions on the caller (e.g. idempotency) and other things that people generally don't pay that much attention to when using it.

      Since askWithRetry is just used inside spark and not in user logic. It might make sense to replace all of them with askSync.

      Attachments

        Activity

          People

            jinxing6042@126.com Jin Xing
            jinxing6042@126.com Jin Xing
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: