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

Pipe: Avoid constructing unnecessary pipe subtasks if db and pattern dismatch #13873

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

SteveYurongSu
Copy link
Member

No description provided.

@SteveYurongSu SteveYurongSu self-assigned this Oct 22, 2024
Copy link

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.

Project coverage is 39.84%. Comparing base (574ba8d) to head (9e617e7).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
...xtractor/dataregion/DataRegionListeningFilter.java 0.00% 17 Missing ⚠️
...otdb/db/pipe/agent/task/PipeDataNodeTaskAgent.java 0.00% 3 Missing ⚠️
...b/pipe/agent/task/builder/PipeDataNodeBuilder.java 0.00% 3 Missing ⚠️
...s/pipe/datastructure/pattern/IoTDBTreePattern.java 0.00% 3 Missing ⚠️
.../pipe/datastructure/pattern/PrefixTreePattern.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13873      +/-   ##
============================================
+ Coverage     39.83%   39.84%   +0.01%     
  Complexity       71       71              
============================================
  Files          4153     4153              
  Lines        262868   262913      +45     
  Branches      32010    32021      +11     
============================================
+ Hits         104708   104756      +48     
+ Misses       158160   158157       -3     

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

@SteveYurongSu SteveYurongSu merged commit 86469d3 into master Oct 23, 2024
28 of 29 checks passed
@SteveYurongSu SteveYurongSu deleted the pipe-remove-unccessary-dn-subtaasks branch October 23, 2024 10:45
SteveYurongSu added a commit that referenced this pull request Oct 23, 2024
SteveYurongSu added a commit that referenced this pull request Oct 24, 2024
…dismatch (#13873) (#13892)

* Pipe: Avoid constructing unnecessary pipe subtasks if db and pattern dismatch (#13873)

(cherry picked from commit 86469d3)

* Update DataRegionListeningFilter.java
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.

1 participant