[ https://issues.apache.org/jira/browse/HDDS-12697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Attila Doroszlai resolved HDDS-12697. ------------------------------------- Fix Version/s: 2.1.0 Resolution: Implemented > Create ozone debug CLI command to display details of a single container > ----------------------------------------------------------------------- > > Key: HDDS-12697 > URL: https://issues.apache.org/jira/browse/HDDS-12697 > Project: Apache Ozone > Issue Type: Sub-task > Reporter: Sreeja > Assignee: Sreeja > Priority: Major > Labels: pull-request-available > Fix For: 2.1.0 > > > Create an Ozone debug CLI command to display details of a particular > container across the datanodes on which it exits. > it should display the following information for the particular container: > # Container id > # Datanode id > # State > # BCSID > # Timestamp > # index value > # messages if any > Hence should show the complete state transition history for each replica of > the given container across all datanodes where it exists. > Command should be of the form: > {code:java} > ozone debug log container --db=<path to db> info <container ID>{code} > it also checks for issues (only for the given container) such as: > * Duplicate OPEN states > * Mismatched replication > * Under-replication or over-replication > * Unhealthy replicas > * Open-unhealthy replicas > * Quasi-closed stuck containers -- 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