amaliujia edited a comment on pull request #1828:
URL: https://github.com/apache/ozone/pull/1828#issuecomment-763914240


   I think currently we are planning to use a distributed sequence ID generator 
(design doc: 
https://docs.google.com/document/d/13qSwLuDBw7mytJtF9h2oauuLocFfr-XJSBdTfc1YvxM/edit?usp=sharing)
   
   The idea is we are migrating SCM to Ratis based in HDDS-2823 (so for both HA 
and non-HA it uses the same code). Thus we implement a ID generator that based 
on term, which guarantees to be monotonic increasing.
   
   Because of it, I suggest we postpone the fix in master branch for this issue 
unless it is causing serious production issue. 
   
   
   


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

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