Remove remnants of leveldb configuration 96/88996/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Apr 2020 15:24:22 +0000 (17:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Apr 2020 15:25:32 +0000 (17:25 +0200)
We do not have leveldb available in Aluminium, remove remaining
configuration directives which would reference it.

Change-Id: I586b96b16adda975c2df405cb8154bc568f06d81
JIRA: CONTROLLER-1921
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf

index a51e09f0ecfc283353d88931722cd9a353614d2f..26ebb835942e8dae9c65e1055a0d59f81327f2ae 100644 (file)
@@ -34,16 +34,6 @@ odl-cluster-data {
       # The relative path is always relative to KARAF_HOME.
 
       # snapshot-store.local.dir = "target/snapshots"
-      # journal.leveldb.dir = "target/journal"
-
-      journal {
-        leveldb {
-          # Set native = off to use a Java-only implementation of leveldb.
-          # Note that the Java-only version is not currently considered by Akka to be production quality.
-
-          # native = off
-        }
-      }
     }
   }
 }
index 464645b6ae3aef4f041e97fe83edcd0028739943..dbb5dc71e7e39a249a9b3e341f0604215ffdfd9a 100644 (file)
@@ -124,13 +124,6 @@ odl-cluster-data {
 
     persistence {
       journal {
-        # This would activate the deprecated levedb persistence plugin. This plugin was used
-        # by default by all OpenDaylight versions, but is considered not ready for production
-        # use by Akka. Magnesium defaults to segmented-file journal (below) and this option will
-        # be removed in a future release.
-        #
-        # plugin = akka.persistence.journal.leveldb
-
         # The following activates the default segmented file journal. Each persistent actor
         # is stored in a separate directory, with multiple segment files. Segments are removed
         # when they are not longer required.