szetszwo commented on PR #5288:
URL: https://github.com/apache/ozone/pull/5288#issuecomment-2035264729

   > ..., We test this feature with a revised version of this PR, 
https://github.com/symious/ozone/tree/HDDS-9279, ...
   
   @symious , I checked the PR, the code looks good.  
   
   > ... but the performance improvement is not very satisfactory.
   
   How did you test it?  Could you share the results?
   
   Suppose the test only has read requests but no write requests (i.e. the 
commit index won't change).  Then, the `ops` should have ~3x improvement since 
each OM should serve 1/3 of the requests.
   
   The `latency` may have much smaller or no improvement since
   1. the readIndex algorithm has additional overhead, and
   2. without enabling `LINEARIZABLE`, the read is NOT linearizable.


-- 
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]

Reply via email to