apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.63k stars 1.03k forks source link

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

Closed OneSizeFitsQuorum closed 1 week ago

OneSizeFitsQuorum commented 1 week ago

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

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud