You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2020/03/13 08:59:00 UTC

[jira] [Created] (HDDS-3172) Deprecate MetadataStore interface

Marton Elek created HDDS-3172:
---------------------------------

             Summary: Deprecate MetadataStore interface
                 Key: HDDS-3172
                 URL: https://issues.apache.org/jira/browse/HDDS-3172
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Marton Elek


The MetadataStore interface provides a generic view to any key / value store with a LevelDB and RocksDB implementation.

Since the early version of MetadataStore we also go the DBStore interface which is more andvanced (it supports DB profiles and ColumnFamilies).

To simplify the introduction of new features (like versioning or rocksdb tuning) we should use the new interface everywhere instead of the old interface.

We should update SCM and Datanode to use the DBStore instead of MetadataStore. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org