ivoson commented on PR #52336: URL: https://github.com/apache/spark/pull/52336#issuecomment-3326864514
> The new configuration should be under `spark.scheduler.checksum` namespace because `spark.scheduler.checksum.enabled=false` will disable this, @ivoson . > > Specifically, I'd like to propose the following new name. WDYT? > > ``` > - spark.scheduler.checksumMismatchFullRetry.enabled > + spark.scheduler.checksum.enableFullRetryOnMismatch > ``` Hey @dongjoon-hyun, there might be some misunderstanding here, we don't depends on `spark.scheduler.checksum.enabled`, and the config actually does not exist. Currently there are two related configs for the feature: `spark.sql.shuffle.orderIndependentChecksum.enabled`: whether compute order independent checksum for shuffle output; `spark.scheduler.checksumMismatchFullRetry.enabled`: whether retry all tasks for a succeeding stages when shuffle checksum mismatch detected; Pls let me know if you have any suggestions regarding above configs. Thanks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
