[jira] [Updated] (IGNITE-21680) Remove destroyed RocksDB indexes on recovery

2024-03-13 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-21680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-21680:
-
Epic Link: IGNITE-20782

> Remove destroyed RocksDB indexes on recovery
> 
>
> Key: IGNITE-21680
> URL: https://issues.apache.org/jira/browse/IGNITE-21680
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> When {{RocksDbTableStorage}} is started, we need to perform the following 
> recovery actions:
> # Check the existing indices in the shared RocksDB instance;
> # Check the observable Catalog history (i.e. up to the LWM value);
> # Eagerly populate the maps containing the indices unless a given index is 
> not present in the Catalog, in which case it must be destroyed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (IGNITE-21680) Remove destroyed RocksDB indexes on recovery

2024-03-06 Thread Aleksandr Polovtcev (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-21680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-21680:
-
Description: 
When {{RocksDbTableStorage}} is started, we need to perform the following 
recovery actions:

# Check the existing indices in the shared RocksDB instance;
# Check the observable Catalog history (i.e. up to the LWM value);
# Eagerly populate the maps containing the indices unless a given index is not 
present in the Catalog, in which case it must be destroyed.

  was:
When {{AbstractPageMemoryMvPartitionStorage}} is started, we need to perform 
the following recovery actions:

# Scan the index meta tree;
# Check the observable Catalog history (i.e. up to the LWM value);
# If an index is present in the meta tree, but not in the Catalog - destroy it. 


> Remove destroyed RocksDB indexes on recovery
> 
>
> Key: IGNITE-21680
> URL: https://issues.apache.org/jira/browse/IGNITE-21680
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> When {{RocksDbTableStorage}} is started, we need to perform the following 
> recovery actions:
> # Check the existing indices in the shared RocksDB instance;
> # Check the observable Catalog history (i.e. up to the LWM value);
> # Eagerly populate the maps containing the indices unless a given index is 
> not present in the Catalog, in which case it must be destroyed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)