umamaheswararao commented on code in PR #3379:
URL: https://github.com/apache/ozone/pull/3379#discussion_r866924857
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystemWithFSO.java:
##########
@@ -224,4 +225,19 @@ public void testDeleteVolumeAndBucket() throws IOException
{
Assert.assertTrue(deletes == prevDeletes + 1);
}
+ @Test
+ public void testListStatusFSO() throws Exception {
+ Path parent = new Path(getBucketPath(), "testListStatusFSO");
+ for (int i = 0; i < 1300; i++) {
+ Path key = new Path(parent, "tempKey" + i);
+ ContractTestUtils.touch(getFs(), key);
+ // To add keys to the cache
Review Comment:
@kerneltime @avijayanhwx @rakeshadr @mukul1987 do you know why simple put is
not keeping it in cache? Only with rename, it keeping things in cache. It's
good to know the differences. May be in separate JIRA if we need more time for
investigation.
--
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]