|
@@ -1,3 +1,21 @@
|
|
|
|
+(*
|
|
|
|
+ * Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
+ * or more contributor license agreements. See the NOTICE file
|
|
|
|
+ * distributed with this work for additional information
|
|
|
|
+ * regarding copyright ownership. The ASF licenses this file
|
|
|
|
+ * to you under the Apache License, Version 2.0 (the
|
|
|
|
+ * "License"); you may not use this file except in compliance
|
|
|
|
+ * with the License. You may obtain a copy of the License at
|
|
|
|
+ *
|
|
|
|
+ * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
+ *
|
|
|
|
+ * Unless required by applicable law or agreed to in writing, software
|
|
|
|
+ * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
+ * See the License for the specific language governing permissions and
|
|
|
|
+ * limitations under the License.
|
|
|
|
+ *)
|
|
|
|
+
|
|
-------------------------------- MODULE Zab ---------------------------------
|
|
-------------------------------- MODULE Zab ---------------------------------
|
|
(* This is the formal specification for the Zab consensus algorithm,
|
|
(* This is the formal specification for the Zab consensus algorithm,
|
|
in DSN'2011, which represents protocol specification in our work.*)
|
|
in DSN'2011, which represents protocol specification in our work.*)
|
|
@@ -1230,4 +1248,4 @@ PrimaryIntegrity == \A i, j \in Server: /\ IsLeader(i) /\ IsMyLearner(i, j)
|
|
\* Modification History
|
|
\* Modification History
|
|
\* Last modified Tue Jan 31 20:40:11 CST 2023 by huangbinyu
|
|
\* Last modified Tue Jan 31 20:40:11 CST 2023 by huangbinyu
|
|
\* Last modified Sat Dec 11 22:31:08 CST 2021 by Dell
|
|
\* Last modified Sat Dec 11 22:31:08 CST 2021 by Dell
|
|
-\* Created Thu Dec 02 20:49:23 CST 2021 by Dell
|
|
|
|
|
|
+\* Created Thu Dec 02 20:49:23 CST 2021 by Dell
|