[
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> raftNodeIdsOnDisk()
which implementation will return a set of all group IDs which exist in the Raft
log storage space.
It will query log storage factory as well as scan the directory where Raft meta
and snapshot storages are located.
was:
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
> 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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We need to add a method to RaftServer
> Set<String> raftNodeIdsOnDisk()
> which implementation will return a set of all group IDs which exist in the
> Raft log storage space.
> It will query log storage factory as well as scan the directory where Raft
> meta and snapshot storages are located.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)