-
Notifications
You must be signed in to change notification settings - Fork 8.9k
[Don't merge]feature:support HTTP/2 stream push for the Watch API in Server Raft mode #7790
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
Open
YvCeung
wants to merge
2,374
commits into
apache:2.x
Choose a base branch
from
YvCeung:1117_local_test
base: 2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* feature: add single server rale limit * fix: fix RateLimitInfo * fix: fix ResultCodeTest * fix: fix TokenBucketLimiterTest * fix: fix pmd output * fix: fix pmd output * fix: fix pmd output * fix: fix pmd * fix: add relate config * fix: fix bucketTokenNumPerSecond config * feat: add ratelimit hot config and del counter metrics * feat: add ratelimit hot config and del counter metrics * feat: add RateLimiterHandlerConfig license * fix: fix MockFailureHandlerImpl * fix: fix pom.xml pmd * fix: fix pmd check * fix: fix pmd check * fix: fix errer code in client * fix: fix tm modify * fix: fix tm modify * fix: fix as review by funky * fix: add limit chain * style: fix import code style * style: fix import code style * style: fix pmd check * fix: fix as code review --------- Co-authored-by: Lei Zhiyuan <leizhiyuan@gmail.com> Co-authored-by: jimin <slievrly@163.com> Co-authored-by: funkye <jianbin@apache.org> Co-authored-by: xingfudeshi <xingfudeshi@gmail.com>
…de cannot synchronize data. (apache#7150)
…fore close phase (apache#7102)
…terized unit testing (apache#7167)
…in Http2HttpHandler (apache#7749)
…roperties (apache#7763) * test: add tests for RegistryNamingServerProperties and RegistryMetadataProperties * run mvn spotless * add lisence * change log
* optimize: optimize common module * format * fix review * fix review * Update common/src/test/java/org/apache/seata/common/util/CollectionUtilsTest.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Jiangke Wu <xingfudeshi@gmail.com> Co-authored-by: YoWuwuuuw <2216348784@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7790 +/- ##
============================================
+ Coverage 66.17% 69.14% +2.97%
+ Complexity 994 992 -2
============================================
Files 1323 1322 -1
Lines 50155 50211 +56
Branches 5928 5943 +15
============================================
+ Hits 33190 34720 +1530
+ Misses 14053 12563 -1490
- Partials 2912 2928 +16
🚀 New features to boost your workflow:
|
2ca2529 to
5812b5f
Compare
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.
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews