Sreeja created HDDS-12580: ----------------------------- Summary: Set up Temporary RocksDB for Storing Container Log Information for Enhanced Debugging Key: HDDS-12580 URL: https://issues.apache.org/jira/browse/HDDS-12580 Project: Apache Ozone Issue Type: Sub-task Reporter: Sreeja Assignee: Sreeja
This task is focused on setting up the *temporary RocksDB* storage and creating the necessary tables to store container log data for debugging purposes in Ozone. The two tables are as follows: * {*}Container Log Table ({{{}ContainerLogTable{}}}){*}: ** {*}Key{*}: Container ID ** {*}Value{*}: A list of {{ContainerInfo}} objects that store: *** Container's final state *** Datanode ID *** Final BCSID * {*}Datanode Container Log Table ({{{}DatanodeContainerLogTable{}}}){*}: ** {*}Key{*}: Datanode ID and Container ID combination ** {*}Value{*}: A list of {{DatanodeContainerInfo}} objects containing: *** Timestamp of the state transition *** Container state (e.g., Open, Closed) *** BCSID *** Error message (optional) -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org