Apache IoTDB RaftLog 在集群模式下快速增长。这个日志会定期快照吗?
Apache IoTDB RaftLog grows rapidly in cluster mode. Will this log be snapshot regularly?
注意RaftLog在IoTDB集群模式下增长很快。有点担心存储问题。所以我想知道这个日志是否会定期快照
可以在iotdb-cluster.properities
中使用max_number_of_persist_raft_log_files
和max_raft_log_persist_data_size_per_file
这两个参数来控制raftlog的大小,如配置文件中的注释所述
注意RaftLog在IoTDB集群模式下增长很快。有点担心存储问题。所以我想知道这个日志是否会定期快照
可以在iotdb-cluster.properities
中使用max_number_of_persist_raft_log_files
和max_raft_log_persist_data_size_per_file
这两个参数来控制raftlog的大小,如配置文件中的注释所述