whbing commented on PR #6673: URL: https://github.com/apache/ozone/pull/6673#issuecomment-2110518804
> but it will not fix problem 1 (reader cannot find data). @adoroszlai It can fix problem 1 if empty prefix allowed when writing (before read op), as following script: ```bash # test 1 : without pr ozone sh bucket create vol1/freon1 ozone freon ockrw -r 1000 -t 10 -m=true --linear --contiguous --duration 10s -v vol1 -b freon1 # mix w/r Failed : Key not found ozone freon ockrw -r 100 -t 10 -m=true --linear --contiguous --percentage-read 50 --duration 10s -v vol1 -b freon1 # test 2 : with pr ozone sh bucket create vol1/freon2 ozone freon ockrw -r 1000 -t 10 -m=true --linear --contiguous --duration 10s -v vol1 -b freon2 # mix w/r Successful ozone freon ockrw -r 100 -t 10 -m=true --linear --contiguous --percentage-read 50 --duration 10s -v vol1 -b freon2 ``` It isn't a big issue itself. My rationale for the change is that maybe empty prefix could potentially offer better performance in the FSO bucket. -- 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]
