sumitagrawl commented on PR #4245:
URL: https://github.com/apache/ozone/pull/4245#issuecomment-1792492760
@GeorgeJahad @xBis7 @devmadhuu @ArafatKhan2198 I have looked over discussion
and current state of feature, few of suggestions for going ahead,
1. Current implementation for FSO, UI shows all files, directories and same
gets queried. This does not work if have large number of directory Or files at
same level, Pie-Chart will be mess, and data query itself will fail. So need
support query with pagination at different level of directory and files.
@ArafatKhan2198 Please raise separate bug to handle this.
2. We need refactor code to have
-- Legacy and OBS : as same handler as both case are OBS only
-- Legacy with filesystem enable: this needs separate handler
-- FSO: need separate handler
Legacy with FSO is not supported, this support can be provided with this PR.
and for OBS, as plain query of data (not a FSO simulation for OBS)
3. Need another JIRA to support "OBS support with FSO simulation"
-- This needs enable using flag at backend
-- frontend: can provide flag to query flat keys OR FSO simulated keys
-- Backend: Need have pre-processing as separate NSSummary table to have
data in hierarchy -- a separate NSSummary handler and query handler
Detailed design of this needs to be done.
@ArafatKhan2198 IMO, we can break as above and handle this.
--
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]