Commit Graph

5735 Commits

Author SHA1 Message Date
conghuhu da5b3559b1
feat: replace kube-apiserver watch with informer (#10543)
fixes #10535
2022-09-16 08:26:36 +08:00
sunchaser-lilu 3431d21ace
[fix] remove some duplicate code (#10623)
* [fix] some statement can be simplified

* [fix] remove some duplicate code
2022-09-15 14:50:33 +08:00
灼华 5f4f2c0c41
Fix recover method of ZookeeperServiceDiscovery (#10614)
* Fix recover method of ZookeeperServiceDiscovery

* Fix ut
2022-09-15 14:29:22 +08:00
xh1202 96258e5245
fix: Fix unregisterServiceInstance not work in shutdown hook (#10610) (#10613) 2022-09-15 14:27:45 +08:00
dependabot[bot] f3318f1434
Bump snakeyaml from 1.29 to 1.31 in /dubbo-dependencies-bom (#10625)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.29 to 1.31.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.31..snakeyaml-1.29)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 14:06:39 +08:00
GuoHao fdef33fab3
Copy on read to avoid concurrent issue (#10616) 2022-09-15 14:06:04 +08:00
Kunshuai Zhu 81fe206b42
Move reactive-triple to a stand-alone module (#10605)
* Remove reactive-triple to a stand-alone module

* fix

* move dependency to dubbo-dependencies-bom

* move to dubbo-plugin
2022-09-14 15:57:11 +08:00
qinliujie cd7b7590ac
Ipv6 Support (#10603) 2022-09-14 14:15:19 +08:00
Albumen Kevin 84f837b76d
Fix Nacos unSubscribe when shutdown (#10609) 2022-09-14 11:47:30 +08:00
Albumen Kevin 631d3fc26f
Fix Service Discovery Port Match (#10606) 2022-09-13 18:50:27 +08:00
jojocodeX 4146487b79
MetricsFilter implements BaseFilter.Listener (#10589) 2022-09-11 22:09:37 +08:00
ken.lj eeac1c3eaf
Multiple registries (#10323) 2022-09-09 15:03:37 +08:00
chenyanlann 638e11ad2f
Add Support For Istio-Agent (#10567) 2022-09-09 11:23:53 +08:00
huazhongming 2ad527e6e9
Optimize the log messages created by ReferenceConfig (#10576)
fixes #10575
2022-09-09 11:20:32 +08:00
Andy Cheung 9ab939efa0
Add error code 0-4 with code optimization. (#10568) 2022-09-08 10:43:26 +08:00
灼华 4316ff8e2a
Get the corresponding SPI instance from scopeModel 2022-09-07 17:35:38 +08:00
xin gu 4ec85c211a
faq (#10566)
faq
2022-09-07 15:51:55 +08:00
xin gu daa4d8eb2e
faq-cluster (#10561)
faq-cluster
2022-09-06 15:48:30 +08:00
xin gu 6ebcb9d8d6
faq (#10546)
* Update ScriptStateRouter.java

faq

* Update ScriptStateRouter.java

faq
2022-09-06 11:35:52 +08:00
xin gu 9db2eb5a18
faq (#10542)
* faq-meshroute

加载mesh路由规则失败

* Update MeshRuleRouter.java

fix ci/cd
2022-09-05 10:19:44 +08:00
xin gu eb919e9dd3
faq (#10540)
faq-tagrouter
2022-09-03 16:51:36 +08:00
Codegass 0b2470286c
Refactoring app response test with JUnit Assume (#10537)
* Remove unused import

* Introduce Junit5 Assume functions to replace the if-return precondition check, FIX #10487

Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2022-09-03 14:40:25 +08:00
Andy Cheung 1643bf3816
Add error code 0-3, and expose actual 'exception' of creating or deleting files in file cache merchanism. (#10538)
* Expose the actual failure when creating 'cache store path' failed, and add error code 0-3.

* Optimize javadoc, and forbids instantiation of some util classes.

* Remove redundant testInaccessiblePath.

* Add error code of 0-3 in getFile().

* Optimize modifiers in FileCacheStoreTest.

* Forbids instantiation of NetUtils, and add statement of not replacing fail-safe logger (or error type aware logger).

* Optimize modifiers and add javadoc.

* Code optimization and add javadoc.

* Expose actual 'Exception' of deleting file.
2022-09-03 14:14:47 +08:00
xin gu ef14458588
Update FailbackClusterInvoker.java (#10536)
faq-FailbackClusterInvoker
2022-09-03 13:49:15 +08:00
huazhongming bb7f942c5d
Fix spring status check failed (#10534)
* fix spring status check failed

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix spring status check failed

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2022-09-02 17:54:27 +08:00
Albumen Kevin f35c8d120f
Remove unused import 2022-09-02 11:14:44 +08:00
Albumen Kevin 12f67868a9 Merge branch 'apache-3.0' into apache-3.1 2022-09-02 11:07:47 +08:00
Albumen Kevin af0d2d2b58
Remove useless toString in Timeout Filter (#10530) 2022-09-02 11:03:24 +08:00
Albumen Kevin c90f8700e2
Remove useless toString in Timeout Filter (#10529) 2022-09-02 11:00:53 +08:00
sunchaser-lilu e5b1caf583
[fix] some statement can be simplified (#10525) 2022-09-02 10:00:05 +08:00
xin gu a159af592e
Update BroadcastClusterInvoker.java (#10527)
faq-BroadcastClusterInvoker
2022-09-01 20:33:15 +08:00
Albumen Kevin db210e02d4
Shade kubernetes and xds module (#10514) 2022-09-01 09:48:02 +08:00
cnjxzhao d6795c6364
Add error code 5-2 ~ 5-20. (#10521) 2022-09-01 09:47:49 +08:00
xin gu 86ef001375
Update ConditionStateRouter.java (#10523)
ConditionStateRouter faq建设
2022-09-01 09:46:43 +08:00
姚辉 b9c23a64c5
metrics series 4 : add PrometheusMetricsReporter (#10515)
* metrics series 4 : add PrometheusMetricsReporter

* check style
2022-09-01 09:41:10 +08:00
xin gu ed34934606
Update AbstractClusterInvoker.java (#10522)
faq
2022-08-31 09:23:29 +08:00
xin gu 08006238e8
Update MergerFactory.java (#10519)
cluster faq建设
2022-08-30 13:59:02 +08:00
Alex f752ecf3c9
Update build-and-test-3.1.yml (#10518)
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-08-29 21:04:22 +08:00
xin gu 09582dd421
Update RouterChain.java (#10516)
faq建设,修改为ErrorTypeAwareLogger。
2022-08-29 10:59:54 +08:00
姚辉 bb97f45697
add TimeWindowQuantile, MetricsFilter, DefaultMetricsService (#10512) 2022-08-28 22:06:56 +08:00
灼华 1630c6d00c
Optimization for reusing existing logic (#10508)
* Optimization for reusing existing logic

* Delele MultiInstanceActivateComparator.java
2022-08-28 10:16:56 +08:00
conghuhu 8663a12ca2
feat: add unloadClusterRelated in ReferenceConfig which can uninstall the directory, router and load balance related to the cluster (#10498) 2022-08-27 17:07:12 +08:00
Hui Yao 2958351a22
metrics series 2 : add DefaultMetricsCollector (#10499)
* metrics series 1 : add TimeWindowCounter

* metrics series 2 : add DefaultMetricsCollector

* Handling comments

* Abstract to enumeration class
2022-08-27 09:46:27 +08:00
Owen.Cai 752714863b
add switch to no use (#10504) 2022-08-27 09:38:21 +08:00
Owen.Cai 33cb8c6116
Init deadlock (#10503)
* try fix deadlock

* change code style

* change code style

* commit private
2022-08-25 15:41:33 +08:00
Andy Cheung 7359a98fdd
Add some code about error code 1-1, 4-1 with code optimization. (#10500)
* Add code of showing error code 4-1.

* Add some comments about error code 1-1 with code optimization.
2022-08-25 15:38:00 +08:00
紫薯不好吃 a81e593bfa
ReferenceAnnotationBeanPostProcessor getReferenceBeans()方法注解有误,替代的方法是ReferenceBeanManager.getReferences() (#10495)
Co-authored-by: cmingsen <cmingsen@linewell.com>
2022-08-25 15:35:51 +08:00
灼华 f7e87c1445
Add some test cases and optimizations (#10481)
* Add some test cases and optimizations

* Rollback

* Update ClassGenerator.java
2022-08-24 10:34:16 +08:00
Hui Yao 64c928a8c5
metrics series 1 : add TimeWindowCounter (#10493) 2022-08-24 10:10:31 +08:00
Albumen Kevin 6fdc6a5aa9 Merge branch 'apache-3.0' into apache-3.1
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	pom.xml
2022-08-23 10:17:53 +08:00