lfxy commented on code in PR #8064:
URL: https://github.com/apache/hadoop/pull/8064#discussion_r2533936267


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java:
##########
@@ -217,6 +217,8 @@ private static INodeDirectory createRoot(FSNamesystem 
namesystem) {
   // authorizeWithContext() API or not.
   private boolean useAuthorizationWithContextAPI = false;
 
+  private static final int maxDirItemsLimit = 64 * 100 * 1000;

Review Comment:
   The checkstyle suggest MAX_DIR_ITEMS does not conform to naming conventions. 



-- 
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]

Reply via email to