Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory calculate error when insertRecords with both aligned and non-aligned devices #12720

Merged
merged 7 commits into from
Sep 14, 2024

Conversation

HTHou
Copy link
Contributor

@HTHou HTHou commented Jun 12, 2024

Description

For an InsertRowsNode, we cannot ensure it only contains one alignment type of InsertRowNode.

Pipe may generate the InsertRowsNode like that.

img_v3_02em_6d47ca18-8686-40d2-a411-2dba09ca105g

This comment was marked as outdated.

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.

Project coverage is 41.75%. Comparing base (3453796) to head (5ba908e).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
.../iotdb/db/storageengine/dataregion/DataRegion.java 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #12720   +/-   ##
=========================================
  Coverage     41.74%   41.75%           
  Complexity       71       71           
=========================================
  Files          3973     3973           
  Lines        246793   246816   +23     
  Branches      29894    29901    +7     
=========================================
+ Hits         103032   103062   +30     
+ Misses       143761   143754    -7     

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

Copy link
Contributor

@jt2594838 jt2594838 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be some issues, please take a look.

Copy link

sonarcloud bot commented Sep 14, 2024

@HTHou HTHou merged commit 7a389dd into master Sep 14, 2024
29 checks passed
@HTHou HTHou deleted the fix_mem_control_insertRows3 branch September 14, 2024 13:45
HTHou added a commit that referenced this pull request Sep 14, 2024
jt2594838 pushed a commit that referenced this pull request Sep 18, 2024
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