Hexiaoqiao commented on a change in pull request #1028: HDFS-14617 - Improve
fsimage load time by writing sub-sections to the fsimage index
URL: https://github.com/apache/hadoop/pull/1028#discussion_r301357453
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatProtobuf.java
##########
@@ -389,21 +496,26 @@ private void loadErasureCodingSection(InputStream in)
public static final class Saver {
public static final int CHECK_CANCEL_INTERVAL = 4096;
+ public static boolean WRITE_SUB_SECTIONS = false;
Review comment:
`WRITE_SUB_SECTIONS` and `INODES_PER_SUB_SECTION `as attributes of Saver
class rather than constant?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]