增加hdfs代码注释

This commit is contained in:
LingZhaoHui 2024-03-24 18:49:13 +08:00
parent b0e5465244
commit 8677cbd3e0
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -104,6 +104,7 @@ public void journal(RequestInfo reqInfo,
/**
* Start writing to a new log segment on the JournalNode.
* NameNode 发送命令让 JournalNode 开启一个新的日志段 LogSegment
* Before calling this, one should finalize the previous segment
* using {@link #finalizeLogSegment(RequestInfo, long, long)}.
*