X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=badec6f8313f8c8bbd7b7dfa3e859e1e49034277;hb=753515e8868a1a15982d3f2697439f522f273db5;hp=3a37dd937656d028bd20e5591975d509521d7a93;hpb=9e59cc0d824e6752a7a3f3ba092abaaf3c1d4193;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/application.conf b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/application.conf index 3a37dd9376..badec6f831 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/application.conf +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/application.conf @@ -19,12 +19,12 @@ akka { } in-memory-journal { - class = "org.opendaylight.controller.cluster.datastore.utils.InMemoryJournal" + class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" } in-memory-snapshot-store { # Class name of the plugin. - class = "org.opendaylight.controller.cluster.datastore.utils.InMemorySnapshotStore" + class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" }