jojochuang commented on code in PR #3768:
URL: https://github.com/apache/ozone/pull/3768#discussion_r976993653
##########
hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneClientAdapterImpl.java:
##########
@@ -1051,8 +1056,7 @@ private static FileStatusAdapter
getFileStatusAdapterForVolume(
return new FileStatusAdapter(0L, path, true, (short)0, 0L,
ozoneVolume.getCreationTime().getEpochSecond() * 1000, 0L,
FsPermission.getDirDefault().toShort(),
- owner, group, path,
- new BlockLocation[0]
+ owner, group, path, new BlockLocation[0], false, false
Review Comment:
Ok. So an Ozone volume does not have the properties of either encryption nor
EC. So they should be false. Makes sense.
--
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]