Skip to content

Fixed bug where Ratis could not write large requests and could not be configured#14160

Merged
OneSizeFitsQuorum merged 2 commits intomasterfrom
fix_big_request_can_not_write_ratis
Nov 21, 2024
Merged

Fixed bug where Ratis could not write large requests and could not be configured#14160
OneSizeFitsQuorum merged 2 commits intomasterfrom
fix_big_request_can_not_write_ratis

Conversation

@OneSizeFitsQuorum
Copy link
Copy Markdown
Contributor

@OneSizeFitsQuorum OneSizeFitsQuorum commented Nov 21, 2024

This is due to we do not configure RaftServerConfigKeys.Write.setByteLimit, RaftServerConfigKeys.Log.setQueueByteLimit and it's default size is 64MB

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.63%. Comparing base (82a1dc3) to head (e1b2270).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##             master   #14160    +/-   ##
==========================================
  Coverage     39.62%   39.63%            
  Complexity       71       71            
==========================================
  Files          4223     4224     +1     
  Lines        269257   269403   +146     
  Branches      32641    32657    +16     
==========================================
+ Hits         106697   106772    +75     
- Misses       162560   162631    +71     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>
@sonarqubecloud
Copy link
Copy Markdown

@OneSizeFitsQuorum OneSizeFitsQuorum merged commit e66f3a8 into master Nov 21, 2024
@OneSizeFitsQuorum OneSizeFitsQuorum deleted the fix_big_request_can_not_write_ratis branch November 21, 2024 10:58
Caideyipi pushed a commit to Caideyipi/iotdb that referenced this pull request Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants