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

avoid the problem of cpu idling & fix wrong definition of error #1629

Merged
merged 3 commits into from
Dec 4, 2021

Conversation

Mulavar
Copy link
Member

@Mulavar Mulavar commented Dec 1, 2021

What this PR does:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@LaurenceLiZhixin
Copy link
Contributor

Good, this fixed the cpu idling if no node exist in zk problem.

@codecov-commenter
Copy link

Codecov Report

Merging #1629 (12cca45) into 3.0 (a8fba70) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 12cca45 differs from pull request most recent head fe50cae. Consider uploading reports for the commit fe50cae to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##              3.0    #1629      +/-   ##
==========================================
- Coverage   41.08%   41.07%   -0.01%     
==========================================
  Files         253      253              
  Lines       14496    14493       -3     
==========================================
- Hits         5955     5953       -2     
+ Misses       7851     7850       -1     
  Partials      690      690              
Impacted Files Coverage Δ
registry/zookeeper/listener.go 0.00% <0.00%> (ø)
remoting/zookeeper/client.go 0.00% <ø> (ø)
remoting/zookeeper/listener.go 0.00% <0.00%> (ø)
cluster/cluster/base/cluster_invoker.go 24.17% <0.00%> (-13.19%) ⬇️
metrics/prometheus/reporter.go 26.85% <0.00%> (-1.72%) ⬇️
metadata/report/delegate/delegate_report.go 35.09% <0.00%> (+8.60%) ⬆️

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 a8fba70...fe50cae. Read the comment docs.

@LaurenceLiZhixin
Copy link
Contributor

LaurenceLiZhixin commented Dec 3, 2021

这个会影响mesh router 的samples么?
2021-12-02T16:38:21.100Z ERROR v3router/uniform_rule.go:250 getRuleTargetInvokers from rule err = No invoker matches and no fallback destination to choose!
dubbo.apache.org/dubbo-go/v3/cluster/router/v3router.(*UniformRule).route
/home/runner/go/pkg/mod/github.com/!mulavar/dubbo-go/v3@v3.0.0-20211202162642-9798869955e0/cluster/router/v3router/uniform_rule.go:250
dubbo.apache.org/dubbo-go/v3/cluster/router/v3router.(*UniformRouter).Route
/home/runner/go/pkg/mod/github.com/!mulavar/dubbo-go/v3@v3.0.0-20211202162642-9798869955e0/cluster/router/v3router/uniform_route.go:52

@LaurenceLiZhixin LaurenceLiZhixin added this to the v3.0.0 milestone Dec 3, 2021
@AlexStocks AlexStocks merged commit ec43e22 into apache:3.0 Dec 4, 2021
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.

6 participants