Re: Ozone Community Meeting(APAC, 2024 Jan 5th)

2024-01-09 Thread Tsz Wo Sze
> ... If for any reason, the ratis need to be reset and transaction ID will start from 0 again, then it will cause updateID compare issue and duplicate object ID issue after that. ... We could add a new feature to Ratis in order to let the state machine pass the starting log index. It seems a ge

Re: Ozone Community Meeting(APAC, 2024 Jan 5th)

2024-01-09 Thread Sammi Chen
Tsz-Wo, If ratis can support starting from a specified term and index, could it be easy for users to find out which term and index should they use and how to configure them? I'm thinking of a general approach, using a distributed sequence ID as the object ID and update ID, so these two IDs will be

Re: Ozone Community Meeting(APAC, 2024 Jan 5th)

2024-01-09 Thread Tsz Wo Sze
Hi Sammi, > ... using a distributed sequence ID as the object ID and update ID, ... It will add more overhead to the system. Why would it gain? Tsz-Wo On Tue, Jan 9, 2024 at 9:23 PM Sammi Chen wrote: > Tsz-Wo, > > If ratis can support starting from a specified term and index, could it be >