ulysses-you commented on a change in pull request #25333: [SPARK-28597][SS] Add
config to retry spark streaming's meta log when it met error
URL: https://github.com/apache/spark/pull/25333#discussion_r311824995
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/HDFSMetadataLogSuite.scala
##########
@@ -186,4 +190,57 @@ class HDFSMetadataLogSuite extends SparkFunSuite with
SharedSQLContext {
intercept[AssertionError](verifyBatchIds(Seq(1), Some(2L), Some(1L)))
intercept[AssertionError](verifyBatchIds(Seq(0), Some(2L), Some(1L)))
}
+
+ test("HDFSMetadataLog: retry") {
Review comment:
Thanks for your advise.
I think query behave is in other UT. This UT just confirms that meta log can
auto retry in some scenario.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]