[
https://issues.apache.org/jira/browse/IGNITE-26000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-26000:
---------------------------------------
Description:
We need to add a method to RaftServer
Set<String> raftNodeStorageIdsOnDisk()
which implementation will return a set of all group IDs which exist in the Raft
log storage space
was:
We need to add a method to log storage factory:
Set<String> raftNodeStorageIdsOnDisk(GroupIdFastForward fastForward)
which implementation will return a set of all group IDs which exist in the log
storage space, with support for fast forward (this will help to get just table
IDs without scanning all their partitions)
> Method to get on-disk group IDs in Raft meta storage
> ----------------------------------------------------
>
> Key: IGNITE-26000
> URL: https://issues.apache.org/jira/browse/IGNITE-26000
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> We need to add a method to RaftServer
> Set<String> raftNodeStorageIdsOnDisk()
> which implementation will return a set of all group IDs which exist in the
> Raft log storage space
--
This message was sent by Atlassian Jira
(v8.20.10#820010)