You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/28 22:06:26 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #35994: [SPARK-38605][SS] Retrying on file manager open operation in HDFSMetadataLog

dongjoon-hyun commented on a change in pull request #35994:
URL: https://github.com/apache/spark/pull/35994#discussion_r836888640



##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1658,6 +1658,23 @@ object SQLConf {
     .intConf
     .createWithDefault(2)
 
+  val STREAMING_HDFS_METADATALOG_FS_NUM_RETRIES =
+    buildConf("spark.sql.streaming.hdfsMetadataLog.fsNumRetries")
+      .internal()
+      .doc("The maximum number of retrying when opening file in HDFSMetadataLog for streaming queries")

Review comment:
       This second commit seems to bring a linter failure.




-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



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