[
https://issues.apache.org/jira/browse/IGNITE-27222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-27222:
-----------------------------------------
Labels: ignite-3 (was: )
> Table partitions fall into READ_ONLY state
> ------------------------------------------
>
> Key: IGNITE-27222
> URL: https://issues.apache.org/jira/browse/IGNITE-27222
> Project: Ignite
> Issue Type: Bug
> Components: storage engines ai3
> Reporter: Nusrat Shakarov
> Priority: Major
> Labels: ignite-3
>
> How to reproduce:
> 1. Create zone and table in this zone
> {code:java}
> CREATE ZONE customZone (PARTITIONS 18, REPLICAS 2) STORAGE PROFILES
> ['default'];
> CREATE TABLE someTable ( id INT PRIMARY KEY, val VARCHAR) ZONE customZone;
> {code}
>
> 2. Call
> {code:java}
> http://localhost:10300/management/v1/recovery/state/global{code}
> or cli command
> {code:java}
> recovery partitions states --global{code}
>
> Actual result:
> All partitions have READ_ONLY status. Even after inserting some data.
> Expected result:
> Partitions have AVAILABLE status.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)