[
https://issues.apache.org/jira/browse/IGNITE-27222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nusrat Shakarov updated IGNITE-27222:
-------------------------------------
Summary: Table partitions for aiMem tables fall into READ_ONLY state (was:
Table partitions for aiMem tables are in READ_ONLY state)
> Table partitions for aiMem tables 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. Update node config to enable aiMem storage profile
> {code:java}
> node config update "ignite.storage.profiles:{inMem{engine:aimem}}" {code}
>
> 2. Create zone and table in this zone
> {code:java}
> CREATE ZONE inMemZone (PARTITIONS 18, REPLICAS 2) STORAGE PROFILES ['inMem'];
> CREATE TABLE inMemTable ( id INT PRIMARY KEY, val VARCHAR) ZONE inMemZone;
> {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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)