Re: Chaneg the name of StandAloneConsensus

2022-11-02 Thread Gaofei Cao
+1 for SimpleConsensus OneCopy may be ambiguous. SimpleConsensus naming is friendly for new user. Thanks, Gaofei Cao Jialin Qiao 于2022年11月2日周三 16:08写道: > > +1 for SimpleConsensus > > OneCopy may cause confuse, Users may treat one replica as OneCopy. > > Or treat OneCopy as two replicas ( one

Re: Chaneg the name of StandAloneConsensus

2022-11-02 Thread Jialin Qiao
+1 for SimpleConsensus OneCopy may cause confuse, Users may treat one replica as OneCopy. Or treat OneCopy as two replicas ( one primary + one copy) Thanks, Jialin Qiao On 2022/11/02 04:14:52 Haonan Hou wrote: > +1 for SimpleConsensus. > > Cassandra has a similar `SimpleStrategy`. > See >

Re: Chaneg the name of StandAloneConsensus

2022-11-01 Thread Haonan Hou
+1 for SimpleConsensus. Cassandra has a similar `SimpleStrategy`. See https://cassandra.apache.org/doc/4.1/cassandra/architecture/dynamo.html#simple-strategy Best, Haonan Hou > On Oct 31, 2022, at 9:32 PM, Jialin Qiao wrote: > > +1 for OneReplicaConsensus > — > Jialin Qiao >

Re: Chaneg the name of StandAloneConsensus

2022-11-01 Thread Haonan Hou
+1 for SimpleConsensus. Cassandra has a similar `SimpleStrategy`. See https://cassandra.apache.org/doc/4.1/cassandra/architecture/dynamo.html#simple-strategy Best, Haonan Hou > On Oct 31, 2022, at 9:32 PM, Jialin Qiao wrote: > > +1 for OneReplicaConsensus > — > Jialin Qiao >

Re: Chaneg the name of StandAloneConsensus

2022-10-31 Thread Jialin Qiao
+1 for OneReplicaConsensus — Jialin Qiao Apache IoTDB PMC Yuan Tian 于2022年10月31日周一 20:08写道: > > Hi all, > > After discussing, we think OneCopyConsensus may be better. So I rename > it to OneCopyConsensus in this pr > https://github.com/apache/iotdb/pull/7832/files > > Best, >

Re: Chaneg the name of StandAloneConsensus

2022-10-31 Thread Yuan Tian
Hi all, After discussing, we think OneCopyConsensus may be better. So I rename it to OneCopyConsensus in this pr https://github.com/apache/iotdb/pull/7832/files Best, Yuan Tian On Mon, Oct 31, 2022 at 12:39 PM Yuan Tian wrote: > > Hi, all > > Now, we name the consensus which

Re: Chaneg the name of StandAloneConsensus

2022-10-31 Thread William Song
Since there’s one replica and do not involve any consensus process, how about we remove the ‘Consensus’ suffix and call it ‘SingleReplica’? Regards, Song > 2022年10月31日 12:39,Yuan Tian 写道: > > Hi, all > > Now, we name the consensus which is optmized for only single > replica(actualy this

Re: Chaneg the name of StandAloneConsensus

2022-10-30 Thread Guanfei Guo
How about PairConsensus? Thanks. Guanfei Guo From: Yuan Tian Date: 2022-10-31 12:39 To: dev Subject: Chaneg the name of StandAloneConsensus Hi, all Now, we name the consensus which is optmized for only single replica(actualy this consensus can only support one replica) as