[jira] [Updated] (HDDS-12580) Set up Temporary RocksDB for Storing Container Log Information

2025-03-13 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HDDS-12580:
--
Labels: pull-request-available  (was: )

> Set up Temporary RocksDB for Storing Container Log Information
> --
>
> Key: HDDS-12580
> URL: https://issues.apache.org/jira/browse/HDDS-12580
> Project: Apache Ozone
>  Issue Type: Sub-task
>Reporter: Sreeja
>Assignee: Sreeja
>Priority: Major
>  Labels: pull-request-available
>
> 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



[jira] [Updated] (HDDS-12580) Set up Temporary RocksDB for Storing Container Log Information

2025-03-12 Thread Sreeja (Jira)


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

Sreeja updated HDDS-12580:
--
Summary: Set up Temporary RocksDB for Storing Container Log Information  
(was: Set up Temporary RocksDB for Storing Container Log Information for 
Enhanced Debugging)

> Set up Temporary RocksDB for Storing Container Log Information
> --
>
> Key: HDDS-12580
> URL: https://issues.apache.org/jira/browse/HDDS-12580
> Project: Apache Ozone
>  Issue Type: Sub-task
>Reporter: Sreeja
>Assignee: Sreeja
>Priority: Major
>
> 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



[jira] [Updated] (HDDS-12580) Set up Temporary RocksDB for Storing Container Log Information for Enhanced Debugging

2025-03-12 Thread Sreeja (Jira)


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

Sreeja updated HDDS-12580:
--
Description: 
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)

  was:
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)


> 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
>Priority: Major
>
> 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