Skip to content

Commit

Permalink
recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeProMise committed Aug 8, 2024
1 parent 8acde88 commit 5d7bbca
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
*
* <p>This class is responsible for managing the asynchronous execution of RPCs to
* multiple NameNodes, which can improve performance and scalability in large HDFS
* deployments. It utilizes the Java {@link java.util.concurrent.CompletableFuture}
* API for asynchronous operations and the Hadoop IPC mechanisms for communication
* with the NameNodes.
* deployments.
*
* <p>The class also includes methods for handling failover scenarios, where it can
* automatically retry operations on alternative NameNodes if the primary NameNode is
Expand Down

0 comments on commit 5d7bbca

Please sign in to comment.