forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
好机会 #2
Merged
Merged
好机会 #2
Conversation
This file contains 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
update that weights and how to judge the index depend on offset Co-authored-by: yangmengle <yangmengle>
…rovider token check, the token value called by consumer will be printed out in the exception information (#6800)
* The AbstractClient close operation is the same as the connect and disconnect operations, and is protected by the lock, which reduces the probability of uncertainty due to operation conflicts; the connect operation first determines the close state of the client. If the client is closed, the client does not need to be reconnected. * The judgment conditions of strengthening connect and close methods Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.
Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality. Signed-off-by: Aditya Kumar Roy <akroy@umass.edu>
Co-authored-by: tangtong <alan1@sfmail.sf-express.com>
Co-authored-by: xuekg <xuekg@dcholdings.com>
Co-authored-by: Xstarfct <fanchuantao@mistong.com>
…7326) * fix Use @SPI's wrapper method to report a null pointer exception bug. see #7176. (cherry picked from commit df6d6ad) * fix #7176 Use @SPI's wrapper method to report a null pointer exception bug * recover wildcard import * delete issue link * add new spi interface. * fix testActivateComparator test case. Co-authored-by: xiaoheng <xiaoyu>
Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
* simplify OptionUtil#prefixEndOf * remove Unused import
Co-authored-by: Zhengxi Li <zli89@illinois.edu>
* Update AbstractConfig.java Hidden the important password information to avoid be printed in plain text into the logger file * Update AbstractConfig.java change == to equals
…he.dubbo.rpc.cluster.support.ClusterUtils (#6900)
…lled,which is not converted to injvm protocol at this time. (#7365)
* Update EchoServiceTest.java * optimization of the generic Co-authored-by: me <zhouxi0106@gmail.com>
* fix #7518 Optimize some code related to consul * Optimize some code related to consul * Optimize some code related to consul * Optimize some code related to consul * Optimize some code related to consul
* fix repeat adding parameters to the URL * Update ConfigParser.java * fix adding parameters to url repeatedly
Co-authored-by: changwenbo <changwenbo@xiaomi.com>
…creation of object. (#7543) Co-authored-by: lihaoyue002 <lihaoyue002@ke.com>
* Issue #7349 - Fix the build on ARM64 CPU architecture Update embedded-redis and embedded-consul to newer versions which have native binaries for aarch64 Re-introduce TravisCI as a build tool only for ARM64. It will run as a cron job every night * Issue #7408 - Set the scope of groovy-xml in the dependencyManagement section Inline the version so that it is not forgotten to be removed when the dependency is removed with the upgrade to embedded-consul:2.2.1 See pszymczyk/embedded-consul#114 * Update embedded-redis to 0.10.0 * DUBBO-7349 Upgrade Embedded-Consul to 2.2.1 * DUBBO-7349 Add scope=test to all occurrences of embedded-[redis|consul]
* add ClusterRules LoadbalanceRules to dubbo common * asf header ,remove author * keep original logic * remove no used packge * remove no used package in test
Co-authored-by: wb-zhp01041513 <wb-zhp01041513@alibaba-inc.com>
This reverts commit aaa9158.
任天堂让他 |
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.
What is the purpose of the change
XXXXX
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.