Skip to content

v1.73.0 (09/10/2020)

Choose a tag to compare

@niksv niksv released this 12 Oct 06:45
· 3562 commits to master since this release

Bug Fixes:

  • #3761 Wrap delete BfdSession operations (BfdPortFsm) into a transaction. [storm-topologies]
  • #3762 Fix creation of BfdSession without a discriminator. [storm-topologies]
  • #3767 Fix FeatureToggles label in OrientDB init script.

Improvements:

  • #3433 Re-implement the data model for Tinkerpop-based persistence layer (Issues: #940)
  • #3434 Implement Tinkerpop-based persistence layer (Issues: #940)
  • #3508 Implement persistence layer for OrientDB (Issues: #940)

Other changes:

  • #3745 Add migration scripts for Neo4j to OrientDB (Issue: #940)
  • #3765 Add single orient db local env setup option [configuration]
  • #3766 Use custom OrientDB user (Kilda) for all-in-one configuration.

For the complete list of changes, check out the commit log.

Affected Components:

grpc, nbworker, router, stats-router, swmanager, fl, otsdb, stats, ping, reroute, neo4j, connected, portstate, flow-hs, isllatency, nb, orientdb, network

Upgrade notes:

This version of OpenKilda supports only OrientDB as the storage. Neo4j is no longer supported. It's required to deploy an OrientDB cluster and move the Kilda data to it. The migration procedure is defined in neo4j-to-orientdb-migration-steps / #3745