Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14329 +/- ##
============================================
+ Coverage 39.63% 39.68% +0.04%
Complexity 185 185
============================================
Files 4325 4326 +1
Lines 274708 274792 +84
Branches 33366 33369 +3
============================================
+ Hits 108883 109040 +157
+ Misses 165825 165752 -73 ☔ View full report in Codecov by Sentry. |
jt2594838
approved these changes
Dec 10, 2024
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
Show resolved
Hide resolved
...node/src/main/java/org/apache/iotdb/db/storageengine/dataregion/wal/utils/WALEntryQueue.java
Outdated
Show resolved
Hide resolved
...node/src/main/java/org/apache/iotdb/db/storageengine/dataregion/wal/utils/WALEntryQueue.java
Outdated
Show resolved
Hide resolved
...node/src/main/java/org/apache/iotdb/db/storageengine/dataregion/wal/utils/WALEntryQueue.java
Outdated
Show resolved
Hide resolved
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
Outdated
Show resolved
Hide resolved
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
Outdated
Show resolved
Hide resolved
|
jt2594838
approved these changes
Dec 11, 2024
HTHou
added a commit
that referenced
this pull request
Dec 11, 2024
* init * dev more * remove comment * fix UT * fix concurrent issue * add metric * add config template * Fix review * Fix review * fix name
jt2594838
pushed a commit
that referenced
this pull request
Dec 11, 2024
* WAL buffer queue memory control (#14329) * init * dev more * remove comment * fix UT * fix concurrent issue * add metric * add config template * Fix review * Fix review * fix name * rm useless code
Caideyipi
pushed a commit
to Caideyipi/iotdb
that referenced
this pull request
Mar 25, 2026
* WAL buffer queue memory control (apache#14329) * init * dev more * remove comment * fix UT * fix concurrent issue * add metric * add config template * Fix review * Fix review * fix name * rm useless code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR introduces memory control for the WAL buffer queue to ensure efficient resource utilization and prevent memory overuse.
This enhancement improves stability by aligning WAL entry queue memory usage with the system’s memory management strategy.