[
https://issues.apache.org/jira/browse/IGNITE-27222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nusrat Shakarov updated IGNITE-27222:
-------------------------------------
Description:
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.
was:
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}
3. 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.
> 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
>
> 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)