sadanand48 commented on code in PR #7164:
URL: https://github.com/apache/ozone/pull/7164#discussion_r1750384849
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/AbstractRootedOzoneFileSystemTest.java:
##########
@@ -2610,4 +2611,35 @@ private void deleteFiles(Path base, List<String>
fileNames) throws IOException {
}
}
+ @Test
+ public void testSetReplication() throws IOException {
Review Comment:
Done.
##########
hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneClientAdapterImpl.java:
##########
@@ -392,6 +397,41 @@ protected void incrementCounter(Statistic objectsRead,
long count) {
//noop: Use RootedOzoneClientAdapterImpl which supports statistics.
}
+ @Override
+ public void setReplication(String key, short replication) throws IOException
{
Review Comment:
Done.
--
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]