Obsolete ask-based protocol
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DistributedDataStoreFactory.java
index 221db2faea0ff6157db7f609f9af9179aecfec6b..8a50417f67f610df83594fb60dad192000686a17 100644 (file)
@@ -83,7 +83,8 @@ public final class DistributedDataStoreFactory {
         } else {
             dataStore = new DistributedDataStore(actorSystem, clusterWrapper, config, contextFactory,
                 restoreFromSnapshot);
-            LOG.info("Data store {} is using ask-based protocol", datastoreName);
+            LOG.warn("Data store {} is using ask-based protocol, which will be removed in the next major release",
+                datastoreName);
         }
 
         return dataStore;