[SCB-2118]servicecomb.references.version-rule not work#2052
Merged
liubao68 merged 1 commit intoapache:masterfrom Nov 13, 2020
liubao68:liubao
Merged
[SCB-2118]servicecomb.references.version-rule not work#2052liubao68 merged 1 commit intoapache:masterfrom liubao68:liubao
liubao68 merged 1 commit intoapache:masterfrom
liubao68:liubao
Conversation
yhs0092
approved these changes
Nov 12, 2020
|
这个是什么场景下触发的啊?我最近遇到生产上两个应用都开启的版本隔离,最后A 调B 的时候调用到B的另一个最新版本去了。具体场景是C 调用A服务采用 version-rule latest ,然后A再调用B (A调用B采用版本号区间隔离)。单B起了一个最新的版本时候,在注册中心看A居然和B最新服务有调用关系。然后A又调用不到B的最新版本,然后线程就出现很多锁和阻塞,最后服务器CPU被拉到好高。 |
Contributor
Author
|
你可以创建一个issue提问,描述下场景和版本, 以及出现问题的条件。 不要再已经关闭的PR或者issue里面回复。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow this checklist to help us incorporate your contribution quickly and easily:
[SCB-XXX] Fixes bug in ApproximateQuantiles, where you replaceSCB-XXXwith the appropriate JIRA issue.mvn clean install -Pitto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.