[
https://issues.apache.org/jira/browse/HDDS-10479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877081#comment-17877081
]
Sumit Agrawal edited comment on HDDS-10479 at 8/27/24 3:58 PM:
---------------------------------------------------------------
We can provide similar option via ozone,
{code:java}
ozone admin ratis local raftMetaConf -peers
<P0_HOST:P0_PORT,P1_HOST:P1_PORT,P2_HOST:P2_PORT> -path
<PARENT_PATH_OF_RAFT_META_CONF>{code}
And logic implementaton can refer below code of ratis shell,
[https://github.com/apache/ratis/blob/release-3.1.0/ratis-shell/src/main/java/org/apache/ratis/shell/cli/sh/local/RaftMetaConfCommand.java]
This feature depends on ratis 3.1.0 as upgraded currently in ozone.
was (Author: JIRAUSER295412):
We can provide similar option via ozone,
ozone admin ratis local raftMetaConf -peers
<P0_HOST:P0_PORT,P1_HOST:P1_PORT,P2_HOST:P2_PORT> -path
<PARENT_PATH_OF_RAFT_META_CONF>
And logic implementaton can refer below code of ratis shell,
[https://github.com/apache/ratis/blob/release-3.1.0/ratis-shell/src/main/java/org/apache/ratis/shell/cli/sh/local/RaftMetaConfCommand.java]
This feature depends on ratis 3.1.0 as upgraded currently in ozone.
> Fix RaftPeerId generated by command of "raftMetaConf" to use real PeerId
> ------------------------------------------------------------------------
>
> Key: HDDS-10479
> URL: https://issues.apache.org/jira/browse/HDDS-10479
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: Dave Teng
> Assignee: Dave Teng
> Priority: Major
>
> Fix RaftPeerId generated by command of "raftMetaConf" to use real PeerId
> (https://issues.apache.org/jira/browse/RATIS-2040)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]