You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterClientProtocol.java
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/RouterAsyncClientProtocol.java
+23-20Lines changed: 23 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,12 @@ public class RouterAsyncClientProtocol extends RouterClientProtocol {
122
122
privateStringsuperUser;
123
123
/** Identifier for the super group. */
124
124
privatefinalStringsuperGroup;
125
+
/**
126
+
* Caching server defaults so as to prevent redundant calls to namenode,
127
+
* similar to DFSClient, caching saves efforts when router connects
0 commit comments