Ashish Kumar

Results 7 comments of Ashish Kumar

> It's expensive to allocate direct buffer than on heap buffer. So in HDFS client, direct buffer pool is used to reuse the direct buffer, I think we should consider...

`TestContainerBalancerStatusInfo.testGetCurrentStatisticsWhileBalancingInProgress` seems failing. https://github.com/apache/ozone/actions/runs/12313619015/job/34368477497?pr=7551

It seems using ofs we can't access buckets inside tmp volume and so no keys will be visible apart from keys inside auto created hashed bucket for that user. Also...

> > tmp is intended for special file system volume, but using sh it's allowed to do all the operation inside tmp volume which leads to discrepancies. > > @ashishkumar50...

If user1 runs below command `ozone fs -rm -r -skipTrash ofs://om/tmp/` It will just delete user1 files inside user1 hashed bucket But if same user1 runs below command `ozone sh...

> I have not gone through the code but I remember that sticky bit behaviour was implemented in this [feature](https://github.com/apache/ozone/pull/4027) i.e the hashed buckets should have acls that state only...

@adoroszlai Thanks for the review, handled comments.