LuciferYang commented on code in PR #36200:
URL: https://github.com/apache/spark/pull/36200#discussion_r945849223
##########
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java:
##########
@@ -118,10 +121,10 @@ public class YarnShuffleService extends AuxiliaryService {
private static final String SPARK_AUTHENTICATE_KEY = "spark.authenticate";
private static final boolean DEFAULT_SPARK_AUTHENTICATE = false;
- private static final String RECOVERY_FILE_NAME = "registeredExecutors.ldb";
- private static final String SECRETS_RECOVERY_FILE_NAME =
"sparkShuffleRecovery.ldb";
+ private static final String RECOVERY_FILE_NAME = "registeredExecutors";
Review Comment:
Line 255 will add the file suffix. If LevelDB is used, the suffix is `.ldb`,
Is this ok?
--
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]