Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-4051

Update ETCD voltha-infra helm chart to latest along with auto compaction feature

    XMLWordPrintable

    Details

    • Story Points:
      3

      Description

      Update ETCD voltha-infra helm chart to latest along with auto compaction feature.

      AUTO COMPACTION

      Since etcd keeps an exact history of its keyspace, this history should be periodically compacted to avoid performance degradation and eventual storage space exhaustion. Compacting the keyspace history drops all information about keys superseded prior to a given keyspace revision. The space used by these keys then becomes available for additional writes to the keyspace.

      autoCompactionMode, by default periodic. Valid values: 'periodic', 'revision'.

      • 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. '5m').
      • 'revision' for revision number based retention. autoCompactionRetention for mvcc key value store in hour, by default 0, means disabled.

      You can enable auto compaction by using following parameters:
      autoCompactionMode=periodic autoCompactionRetention=10m

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            ggowdra Girish Gowdra
            Reporter:
            Maninder Maninder Singh
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes