[
https://issues.apache.org/jira/browse/IGNITE-22091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Shergalis updated IGNITE-22091:
---------------------------------------
Description:
{code:java}
ignite cluster partition-states --cluster-url <clusterUrl> [--local [--nodes
<nodeNames>] | --global] [--zones <zoneNames>] [--partitions <partitionIds>]
{code}
Output for local:
|Zone name|Node name|Table name|Partition ID|State|
|ZONE_NAME|node_name|TABLE_NAME|1|HEALTHY|
For global:
|Zone name|Table name|Partition ID|State|
|ZONE_NAME|TABLE_NAME|1|HEALTHY|
was:
{code:java}
ignite cluster partition-states --cluster-url <clusterUrl> [--local [--nodes
<nodeNames>] | --global] [--zones <zoneNames>] [--partitions <partitionIds>]
[--plain]
{code}
Output for local:
|Node name|Table name|Partition ID|State|
|node_name|TABLE_NAME|1|HEALTHY|
For global:
|Table name|Partition ID|State|
|TABLE_NAME|1|HEALTHY|
> CLI for disaster recovery: partition states
> -------------------------------------------
>
> Key: IGNITE-22091
> URL: https://issues.apache.org/jira/browse/IGNITE-22091
> Project: Ignite
> Issue Type: Task
> Components: cli
> Reporter: Philipp Shergalis
> Assignee: Philipp Shergalis
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
>
> {code:java}
> ignite cluster partition-states --cluster-url <clusterUrl> [--local [--nodes
> <nodeNames>] | --global] [--zones <zoneNames>] [--partitions <partitionIds>]
> {code}
>
> Output for local:
> |Zone name|Node name|Table name|Partition ID|State|
> |ZONE_NAME|node_name|TABLE_NAME|1|HEALTHY|
>
> For global:
> |Zone name|Table name|Partition ID|State|
> |ZONE_NAME|TABLE_NAME|1|HEALTHY|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)