anmolanmol1234 commented on code in PR #5488:
URL: https://github.com/apache/hadoop/pull/5488#discussion_r1145873654
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java:
##########
@@ -105,14 +108,18 @@ public class AbfsClient implements Closeable {
private final ListeningScheduledExecutorService executorService;
- /** logging the rename failure if metadata is in an incomplete state. */
+ private boolean renameResilience;
+
+ /**
+ * logging the rename failure if metadata is in an incomplete state.
+ */
private static final LogExactlyOnce ABFS_METADATA_INCOMPLETE_RENAME_FAILURE =
- new LogExactlyOnce(LOG);
+ new LogExactlyOnce(LOG);
private AbfsClient(final URL baseUrl, final SharedKeyCredentials
sharedKeyCredentials,
- final AbfsConfiguration abfsConfiguration,
- final AbfsClientContext abfsClientContext)
- throws IOException {
+ final AbfsConfiguration abfsConfiguration,
Review Comment:
These spaces will make backporting difficult
--
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]