Ngone51 commented on a change in pull request #28444:
URL: https://github.com/apache/spark/pull/28444#discussion_r421515647



##########
File path: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala
##########
@@ -546,6 +563,11 @@ private[spark] class AppStatusStore(
 
 private[spark] object AppStatusStore {
 
+  /**
+   * The timeout value used by [[AppStatusStore.applicationInfo()]].

Review comment:
       ditto

##########
File path: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala
##########
@@ -35,8 +36,24 @@ private[spark] class AppStatusStore(
     val store: KVStore,
     val listener: Option[AppStatusListener] = None) {
 
+  /**
+   * This method contains an automatic retry logic and tries to get a valid 
[[v1.ApplicationInfo]].

Review comment:
       nit: shall we use `` instead of  [[]]? @HyukjinKwon 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to