sodonnel commented on PR #3994: URL: https://github.com/apache/ozone/pull/3994#issuecomment-1326854881
This looks like a good change. I need to review in more detail next week (out of the office on Friday). Out of interest, have you benchmarked Ratis writes vs EC writes? How do they compare? I also wonder if it would be possible to do the writes in `writeDataCells` and `writeParityCells` in parallel? Looks like we are writing to one DN, waiting, write to the next, etc. If this is possible to parallel, it would be better in a followup Jira. This one has enough in it already. -- 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]
