You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/12/09 14:47:59 UTC

[GitHub] [iotdb] OneSizeFitsQuorum commented on issue #8403: [Bug] 集群写入报错RatisRequestFailedException: Ratis request failed

OneSizeFitsQuorum commented on issue #8403:
URL: https://github.com/apache/iotdb/issues/8403#issuecomment-1344396513

   Currently, our Raft consensus algorithm restricts the size of each write request to be no more than 4M. According to the error message, when you insert with a batchSize of 10000, a write request reaches 6M. You can restart iotdb after changing `data_region_ratis_log_appender_buffer_size_max` in `iotdb-common.properities` to `16777216` which means 16M in confignode configuration.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org