projects
/
dubbo.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix transient init (#10462)
[dubbo.git]
/
dubbo-cluster
/
2022-07-27
Albumen Kevin
Fix CallbackRegistrationInvoker skip when throw excepti...
tree
|
commitdiff
2022-06-30
Albumen Kevin
Revert #8948 (#10233)
tree
|
commitdiff
2022-06-27
hdyztmdqd
Optimization code (#10158)
tree
|
commitdiff
2022-06-16
Albumen Kevin
[3.0] Exact json utils (#10156)
tree
|
commitdiff
2022-06-15
Albumen Kevin
[3.0] Add safe foreach in RpcInvocation & Revert synchr...
tree
|
commitdiff
2022-06-13
Wang Chengming
[3.0] fix #9962, recreate RpcInvocation in BroadcastClu...
tree
|
commitdiff
2022-04-20
Albumen Kevin
[3.0] Fix some context related issues (#9923)
tree
|
commitdiff
2022-03-29
GuoHao
Fix npe in zone aware invoker (#9851)
tree
|
commitdiff
2022-03-28
灼华
Code optimization and fix typo (#9840)
tree
|
commitdiff
2022-03-28
Oliver
optimize unit test (#9844)
tree
|
commitdiff
2022-03-23
DaneBrown
Optimize code for base practice for 3.x (#9830)
tree
|
commitdiff
2022-03-23
ken.lj
[3.0] Directory log optimization (#9821)
tree
|
commitdiff
2022-03-20
Albumen Kevin
[3.0] reuse some executor services in framework level...
tree
|
commitdiff
2022-03-17
王贺涛
cluserter merger refine (#9451)
tree
|
commitdiff
2022-03-16
ken.lj
Fix 3.0 followup 9784 (#9793)
tree
|
commitdiff
2022-03-16
ken.lj
fix weight cannot work properly on multi-registry scena...
tree
|
commitdiff
2022-03-15
Albumen Kevin
[3.0] Fix Zone Aware Filter not work (#9680)
tree
|
commitdiff
2022-03-14
Albumen Kevin
[3.0] Fix isConsumerSide not work in sub invoke (#9740)
tree
|
commitdiff
2022-03-07
灼华
Add test case for RouterChain (#9732)
tree
|
commitdiff
2022-02-23
ken.lj
[3.0] Fix concurrency issues of service discovery ...
tree
|
commitdiff
2022-02-16
ken.lj
revert invocation changes in #9659 for compatibility...
tree
|
commitdiff
2022-02-11
Albumen Kevin
[3.0] ServiceDefinition usage refactor & distinguish...
tree
|
commitdiff
2022-02-06
桔子
refactor: Optimize performance (#9578)
tree
|
commitdiff
2022-02-06
桔子
refactor: Use ConfigUtil in MockClusterInvoker (#9553)
tree
|
commitdiff
2022-02-06
桔子
fix: Fix the problem of wrong number of retries in...
tree
|
commitdiff
2022-01-29
灼华
Fix ServiceInstancesChangedListenerTest and some code...
tree
|
commitdiff
2022-01-26
huazhongming
add tag router ut (#9630)
tree
|
commitdiff
2022-01-23
Wang Chengming
fix @test annotation (#9596)
tree
|
commitdiff
2022-01-23
桔子
refactor: Add missing @Override to MockClusterInvoker...
tree
|
commitdiff
2022-01-20
灼华
Fix the problem that MigrationRuleListener calls remove...
tree
|
commitdiff
2022-01-05
Albumen Kevin
[3.0] Add Router Snapshot Print Support (#9517)
tree
|
commitdiff
2021-12-29
ken.lj
3.0 service discovery metadata refactor (#9506)
tree
|
commitdiff
2021-12-27
Albumen Kevin
[3.0] Add Dubbo Invocation Profiler (#9373)
tree
|
commitdiff
2021-12-27
Albumen Kevin
[3.0] Refactor state router iterator to router chain...
tree
|
commitdiff
2021-12-27
Albumen Kevin
JDK17 Support for Dubbo (#9062)
tree
|
commitdiff
2021-12-27
Albumen Kevin
Merge remote-tracking branch 'apache/3.0.5-release...
tree
|
commitdiff
2021-12-26
ken.lj
try moving finally block (#9496)
dubbo-3.0.5
tree
|
commitdiff
2021-12-25
ken.lj
fix async call issues, rpc context and response future...
tree
|
commitdiff
2021-12-23
Albumen Kevin
Fix ut in MeshRuleRouterTest (#9473)
tree
|
commitdiff
2021-12-23
Albumen Kevin
[3.0] Refactor Mesh Rule Router (#9312)
tree
|
commitdiff
2021-12-15
huazhongming
Add instance url scopeModel (#9290)
tree
|
commitdiff
2021-12-13
Pin Xiong
fix: Update the version of log4j for bug fixes (#9377)
tree
|
commitdiff
2021-12-12
Albumen Kevin
[3.0] Reduce Memory Allocation when routing (#9392)
tree
|
commitdiff
2021-12-12
Albumen Kevin
[3.0] Fix RouterSnapshot not build when disable route...
tree
|
commitdiff
2021-12-12
Albumen Kevin
[3.0] Add router fail fast option (#9388)
tree
|
commitdiff
2021-12-10
Albumen Kevin
[3.0] Optimize BitList method & Reduce Copy in RouterCh...
tree
|
commitdiff
2021-12-07
Albumen Kevin
[3.0] Reduce memory allocation (#9362)
tree
|
commitdiff
2021-12-05
王贺涛
set super class of AvailableCluster to AbstractCluster...
tree
|
commitdiff
2021-11-28
Wang Chengming
optimize of DefaultFilterChainBuilder (#9324)
tree
|
commitdiff
2021-11-21
Albumen Kevin
[3.0] Refactor State Router (#9228)
tree
|
commitdiff
2021-11-08
zrlw
[3.0] allocate invokers space at initial time of Abstra...
tree
|
commitdiff
2021-11-06
Albumen Kevin
[3.0] Reduce array creation when routing (#9219)
tree
|
commitdiff
2021-11-04
Albumen Kevin
Add get raw invokers in Directory Support (#9205)
tree
|
commitdiff
2021-11-03
Albumen Kevin
[3.0] Add connectivity validation, router snapshot...
tree
|
commitdiff
2021-10-19
Gong Dewei
[3.0] Manage global resources and executor services...
tree
|
commitdiff
2021-10-17
灼华
Fill ListBoolMatch code and optimize code for DubboAtta...
tree
|
commitdiff
2021-10-02
huazhongming
Verify remote reference for remote url (#8973)
tree
|
commitdiff
2021-10-01
Wang Chengming
[3.0] Enhance mergeable cluster invoker test (#8889)
tree
|
commitdiff
2021-09-30
haoyann
[ISSUES #8940]Fix instance mode mesh route can't get...
tree
|
commitdiff
2021-09-30
Lei Jiang
Improve consistent hashing load balancing with a new...
tree
|
commitdiff
2021-09-30
Albumen Kevin
Fix State Router Throw Exception when Address is Empty...
tree
|
commitdiff
2021-09-28
Gong Dewei
[3.0] destroy executor and improve tests 0926 (#8928)
tree
|
commitdiff
2021-09-28
Albumen Kevin
Refactor Injvm invoke (#8926)
tree
|
commitdiff
2021-09-27
Wang Chengming
add some AvailableClusterInvoker unit test (#8934)
tree
|
commitdiff
2021-09-26
zrlw
[3.0] fix testInvoke_retryTimes_withBizException (...
tree
|
commitdiff
2021-09-24
Wang Chengming
fix MergeableClusterInvoker NPE (#8891)
tree
|
commitdiff
2021-09-24
Wang Chengming
remove meaningless code (#8887)
tree
|
commitdiff
2021-09-23
Gong Dewei
[3.0] improve unit test efficiency (#8877)
tree
|
commitdiff
2021-09-21
Wang Chengming
[3.0] Enhance ForkingClusterInvoker unit test (#8865)
tree
|
commitdiff
2021-09-21
Wang Chengming
[3.0] Enhance FailfastClusterInvokerTest unit test...
tree
|
commitdiff
2021-09-21
Wang Chengming
[3.0] Enhance FailbackClusterInvoker unit test (#8861)
tree
|
commitdiff
2021-09-21
Wang Chengming
[3.0] Enhance FailoverClusterInvoker unit test (#8851)
tree
|
commitdiff
2021-09-20
guilin
fix optimization field scope (#8751)
tree
|
commitdiff
2021-09-20
Albumen Kevin
Fix RpcContext duplicated override (#8842)
tree
|
commitdiff
2021-09-16
earthchen
[3.0] Fix consumer using URL direct connection can...
tree
|
commitdiff
2021-09-15
Albumen Kevin
Change Filter & AddressListener scope to Module (#8810)
tree
|
commitdiff
2021-09-14
DittoTool
Inefficient Usages of Java Collections (#8784)
tree
|
commitdiff
2021-09-14
Albumen Kevin
Exact Module Related Environment (#8786)
tree
|
commitdiff
2021-09-14
Gong Dewei
[3.0] Multi instance - multi module config/deploy and...
tree
|
commitdiff
2021-09-12
changfu
fix issue-8741: consumer and provider have same tag...
tree
|
commitdiff
2021-09-11
passer
Failed retries of failback should be judged first ...
tree
|
commitdiff
2021-09-10
Wang Chengming
[3.0] remove duplicate catch block (#8750)
tree
|
commitdiff
2021-09-10
Albumen Kevin
[3.0] Multi Instances Related Refactor (#8737)
tree
|
commitdiff
2021-09-08
zrlw
fix random assertions (#8703)
tree
|
commitdiff
2021-09-08
passer
AbstractLoadBalance#getWeight should be decorated with...
tree
|
commitdiff
2021-09-08
灼华
Resource clean before destroy or stop (#8636)
tree
|
commitdiff
2021-09-08
灼华
Optimize some code of the cluster module (#8609)
tree
|
commitdiff
2021-09-06
Xiong, Pin
fixes: Try to reduce the time consuming in UT (#8686)
tree
|
commitdiff
2021-09-02
Albumen Kevin
Add 3.0 Multi Instance Support (#8662)
tree
|
commitdiff
2021-08-31
huazhongming
Verify remote refer for registry (#8645)
tree
|
commitdiff
2021-08-27
灼华
Add unit test for MockInvokersSelector (#8593)
tree
|
commitdiff
2021-08-27
灼华
Adjust the acquisition of the app, group, and version...
tree
|
commitdiff
2021-08-27
灼华
Add volatile modifier to some variables in ListenableRo...
tree
|
commitdiff
2021-08-27
huazhongming
Verify local reference for the creation of a local...
tree
|
commitdiff
2021-08-23
灼华
Add test cases to the Configurator after version 2...
tree
|
commitdiff
2021-08-23
灼华
Fix bug of BroadcastClusterInvoker and add test cases...
tree
|
commitdiff
2021-08-21
lmj
Fix ShortestResponseLoadBalanceTest failure (#8519)
tree
|
commitdiff
2021-08-19
Albumen Kevin
Compact with dubbo-all without farbic-io (#8546)
tree
|
commitdiff
2021-08-17
Kealdish
[3.0] Fix class cast error and add unit test for ZoneAw...
tree
|
commitdiff
2021-08-15
灼华
Fix typo and some optimizations (#8499)
tree
|
commitdiff
next