[ 
https://issues.apache.org/jira/browse/HDFS-11918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang updated HDFS-11918:
-------------------------------
    Description: 
There are multiple type of keys stored in KSM database
# Volume Key
# Bucket Key
# Object Key
# User Key

Currently they are represented as plain string with some conventions, such as
# /volume
# /volume/bucket
# /volume/bucket/key
# $user

this approach makes it so difficult to parse volume/bucket/keys from KSM 
database. Propose to encapsulate these types of keys into protobuf messages, 
and take advantage of protobuf to serialize(deserialize) classes to byte arrays 
(and vice versa).



  was:
There are multiple type of keys stored in KSM database
# Volume Key
# Bucket Key
# Object Key
# User Key

Currently they are represented as plain string with different convention, such 
as
# /volume
# /volume/bucket
# /volume/bucket/key
# $user

this approach makes it so difficult to parse volume/bucket/keys from KSM 
database. Propose to encapsulate these types of keys into protobuf messages, 
and take advantage of protobuf to serialize(deserialize) classes to byte arrays 
(and vice versa).




> Ozone: Encapsulate KSM metadata key into protobuf messages for better 
> (de)serialization
> ---------------------------------------------------------------------------------------
>
>                 Key: HDFS-11918
>                 URL: https://issues.apache.org/jira/browse/HDFS-11918
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: ozone
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Critical
>
> There are multiple type of keys stored in KSM database
> # Volume Key
> # Bucket Key
> # Object Key
> # User Key
> Currently they are represented as plain string with some conventions, such as
> # /volume
> # /volume/bucket
> # /volume/bucket/key
> # $user
> this approach makes it so difficult to parse volume/bucket/keys from KSM 
> database. Propose to encapsulate these types of keys into protobuf messages, 
> and take advantage of protobuf to serialize(deserialize) classes to byte 
> arrays (and vice versa).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to