Fix shard deadlock in 3 nodes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DataStoreVersions.java
index 3a24260a88ff6f4bc575313ed5e0fbe3c46e3c92..0b4115a6fa01af210893a9f64d5d2eba576aa1b8 100644 (file)
@@ -18,5 +18,6 @@ public interface DataStoreVersions {
     short HELIUM_2_VERSION = 2;
     short LITHIUM_VERSION = 3;
     short BORON_VERSION = 5;
-    short CURRENT_VERSION = BORON_VERSION;
+    short FLUORINE_VERSION = 9;
+    short CURRENT_VERSION = FLUORINE_VERSION;
 }