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 the bug loadbalance does not take effect in streaming fetch st… #688

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

zhyass
Copy link
Contributor

@zhyass zhyass commented Sep 21, 2020

…atements #687

[summary]
loadbalance = 1, select /*+ streaming */ need load balance to the replica node.

[test case]
src/backend/txn_test.go
[patch codecov]
src/proxy/execute.go 87.8%

…atements radondb#687

[summary]
loadbalance = 1, select /*+ streaming */ need load balance to the replica node.

[test case]
src/backend/txn_test.go
[patch codecov]
src/proxy/execute.go 87.8%
@codecov
Copy link

codecov bot commented Sep 21, 2020

Codecov Report

Merging #688 into master will decrease coverage by 0%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #688     +/-   ##
=======================================
- Coverage      89%    89%     -1%     
=======================================
  Files         130    130             
  Lines       10540   9279   -1261     
=======================================
- Hits         9482   8268   -1214     
+ Misses        711    669     -42     
+ Partials      347    342      -5     
Impacted Files Coverage Δ
src/proxy/execute.go 82% <100%> (-1%) ⬇️
src/backend/txnmgr.go 78% <0%> (-7%) ⬇️
src/ctl/v1/peer.go 75% <0%> (-6%) ⬇️
src/ctl/v1/meta.go 85% <0%> (-5%) ⬇️
src/executor/executor.go 57% <0%> (-5%) ⬇️
src/ctl/v1/explain.go 51% <0%> (-5%) ⬇️
src/plugins/plugin.go 78% <0%> (-4%) ⬇️
src/executor/engine/common.go 72% <0%> (-4%) ⬇️
src/proxy/disk.go 76% <0%> (-4%) ⬇️
src/syncer/syncer.go 75% <0%> (-4%) ⬇️
... and 121 more

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 b6006f3...50bf249. Read the comment docs.

@BohuTANG BohuTANG merged commit 84715fb into radondb:master Sep 21, 2020
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