Skip to content

Commit 46a41cd

Browse files
committed
fix: missing parentId setting
1 parent 9fb0035 commit 46a41cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/codec/NSSummaryCodec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public NSSummary fromCodecBuffer(@Nonnull CodecBuffer buffer) throws CodecExcept
146146

147147
int dirNameSize = byteBuffer.getInt();
148148
if (dirNameSize == 0) {
149+
result.setParentId(byteBuffer.getLong());
149150
return result;
150151
}
151152

0 commit comments

Comments
 (0)