mohit84
mohit84
Hi, After disable quick_read and changed the approach to build a path in posix_lookup i am able to reduce lookup latency significantly. As we can see after applied below code...
> This line: > > ``` > posix_update_iatt_buf(&postparent, -1, ppath, xdata); > ``` > > Is just because of CloudSync feature, right? I find it very inefficient we take this...
I have found the reason why readdirp vs readdir+lookup does not matching. At the time of doing readdirp it build the lookup path on the basis of entry found in...
It seems issue is already fixed in libfuse (https://github.com/libfuse/libfuse/commit/b3109e71faf2713402f70d226617352815f6c72e)
> It seems issue is already fixed in libfuse ([libfuse/libfuse@b3109e7](https://github.com/libfuse/libfuse/commit/b3109e71faf2713402f70d226617352815f6c72e)) I mean we have to handle similar way in our codepath
> I am not sure what is the best fix for this issue. Default values seem to be applied on volfiles without taking op-version into consideration. If I apply this...
> @amarts @pranithk @mohit84 @gd @mykaul @sunilheggodu > > I would like to know your point of view and start the discussion on what's the best way to fix the...
> > > @amarts @pranithk @mohit84 @gd @mykaul @sunilheggodu > > > I would like to know your point of view and start the discussion on what's the best way...
/run regression
/run regression