You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yukun Zhou (Jira)" <ji...@apache.org> on 2022/10/06 01:23:00 UTC

[jira] [Commented] (IOTDB-4540) [Doc] Update doc that ratis protocol does not generate mlog

    [ https://issues.apache.org/jira/browse/IOTDB-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613276#comment-17613276 ] 

Yukun Zhou commented on IOTDB-4540:
-----------------------------------

https://github.com/apache/iotdb/pull/7524


> [Doc] Update doc that  ratis protocol does not generate mlog
> ------------------------------------------------------------
>
>                 Key: IOTDB-4540
>                 URL: https://issues.apache.org/jira/browse/IOTDB-4540
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: mpp-cluster, Tools/Others
>    Affects Versions: 0.14.0-SNAPSHOT
>            Reporter: xiaozhihong
>            Assignee: Yukun Zhou
>            Priority: Major
>         Attachments: image-2022-09-27-13-54-56-701.png, image-2022-09-27-15-03-41-005.png
>
>
> Set ratis protocol does not generate mlog, so that can not parse the specified metadata file.
> Step 1: Modify SchemaRegion consensus protocol type in iotdb-confignode.properties.
> {code:java}
> schema_region_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus{code}
> Step 2: Start 3C3D
> Step 3: Execute SQL in CLI
> But can't generate mLog.   Like this:
> !image-2022-09-27-13-54-56-701.png|width=528,height=134!
> Modify parameters in iotdb-confignode.properties:
> {code:java}
> schema_region_consensus_protocol_class=org.apache.iotdb.consensus.standalone.StandAloneConsensus {code}
> Like this can generate mlog
> !image-2022-09-27-15-03-41-005.png|width=530,height=237!
> Therefore, it is necessary to add a description in the MLogParser-Tool module of the UserGuide.
> refer to: https://iotdb.apache.org/zh/UserGuide/Master/Maintenance-Tools/MLogParser-Tool.html



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