Skip to content

*: fix the bug loadbalance does not take effect in streaming fetch st…#688

Merged
bohutang merged 1 commit intoradondb:masterfrom
zhyass:feature_set
Sep 21, 2020
Merged

*: fix the bug loadbalance does not take effect in streaming fetch st…#688
bohutang merged 1 commit intoradondb:masterfrom
zhyass:feature_set

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%
@zhyass zhyass requested a review from bohutang September 21, 2020 12:00
@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