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

   >  Not sure if the recent commits could fix it.
   
   @szetszwo I include your given commits and run freon in in the following 
branch (Please point out any incorrect in my code): 
   1. Ratis: https://github.com/whbing/ratis/tree/test-follower-read
   2. Ozone-1.4: https://github.com/whbing/ozone/tree/follower-read-1.4 (use 
above ratis commits)
   
   Unfortunately, LINEARIZABLE was worse than DEFAULT when I ran the same 
`ozone freon ockrw ...` command mixed read and write through multiple clients. 
`LINEARIZABLE`: read qps: 1.5k, write qps: 2.4k; `DEFAULT`: read qps: 8.7k, 
write qps: 2.8k. Although this does not meet the throughput limit, it is also 
not as expected.
   
   I think once LINEARIZABLE is better than DEFAULT, then we can do benchmark 
based on the flow @kerneltime pointed out.
   
   ( By the way, master branch (ozone-1.5) 
https://github.com/whbing/ozone/tree/follower-read-1.5  is not yet compatible 
follower read (RPC requests appear to not be handled), so temporarily testing 
based on ozone-1.4. )
   
   


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