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

Flow rule cache/check #268

Merged
merged 2 commits into from
Nov 16, 2020
Merged

Conversation

binbin0325
Copy link
Collaborator

Describe what this PR does / why we need it
In order to avoid the meaningless updates to the property, downstream of property manager should
cache last update value to check consistency.

Does this pull request fix one issue?
Fix:#111

Describe how you did it
Using reflect.deepequal,maybe we need to think about performance

Describe how to verify it
ut

Special notes for reviews

@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #268 (33d59eb) into master (e44881b) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   50.41%   50.51%   +0.09%     
==========================================
  Files          68       68              
  Lines        3709     3716       +7     
==========================================
+ Hits         1870     1877       +7     
  Misses       1577     1577              
  Partials      262      262              
Impacted Files Coverage Δ
core/flow/rule_manager.go 63.29% <100.00%> (+0.98%) ⬆️
ext/datasource/helper.go 81.96% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e44881b...33d59eb. Read the comment docs.

@binbin0325 binbin0325 force-pushed the flow_rule_cache20201007 branch from ff71204 to 1d33289 Compare October 15, 2020 13:29
@louyuting louyuting added this to the 1.0.0 milestone Oct 21, 2020
@binbin0325 binbin0325 force-pushed the flow_rule_cache20201007 branch 3 times, most recently from cb8293e to 3682e31 Compare October 27, 2020 00:45
@binbin0325 binbin0325 changed the title [ISSUES 111]Flow rule cache/check Flow rule cache/check Oct 27, 2020
@louyuting louyuting added area/flow-control Issues or PRs related to flow control kind/enhancement Category issues or PRs related to enhancement labels Nov 14, 2020
@louyuting louyuting force-pushed the flow_rule_cache20201007 branch from 3682e31 to 33d59eb Compare November 14, 2020 14:41
@louyuting louyuting merged commit 854b3f7 into alibaba:master Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/flow-control Issues or PRs related to flow control kind/enhancement Category issues or PRs related to enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants