Skip to content
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

fix: 解决eureka replicate因串行出现的超时性能问题 #997

Merged
merged 2 commits into from
Mar 15, 2023
Merged

fix: 解决eureka replicate因串行出现的超时性能问题 #997

merged 2 commits into from
Mar 15, 2023

Conversation

andrewshan
Copy link
Member

@andrewshan andrewshan commented Mar 14, 2023

  • fix: eureka同步时候,出现性能超时问题
  • 支持更新事件
  • 对于健康状态变更不进行反向同步

Please provide issue(s) of this PR:
Fixes #998

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • ApiServer
  • Auth
  • Configuration
  • Naming
  • HealthCheck
  • Metrics
  • Docs
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

* fix: eureka同步时候,出现性能超时问题

* 删除batch逻辑

* feat: 调整更新事件,增加时间的对象成功更新
@polaris-test-bot
Copy link

polaris-test-bot commented Mar 14, 2023

2023-03-14 20:42:33: =========TEST START==========
2023-03-14 20:43:00: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2023-03-14 20:57:52: [STANDALONE VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/sta/qta-report.html
2023-03-14 20:57:56: [CLUSTER VERSION] PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/clu/qta-report.html
2023-03-14 20:58:00: [KUBENETES VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/k8s/qta-report.html
2023-03-15 10:24:49: =========TEST START==========
2023-03-15 10:25:19: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2023-03-15 10:39:09: [STANDALONE VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/sta/qta-report.html
2023-03-15 10:39:12: [CLUSTER VERSION] PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/clu/qta-report.html
2023-03-15 10:39:16: [KUBENETES VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1274974644/k8s/qta-report.html

* fix: eureka同步时候,出现性能超时问题

* 删除batch逻辑

* feat: 调整更新事件,增加时间的对象成功更新

* Refactor test dir (#995) (#2)

Co-authored-by: liaochuntao <liaochuntao@live.com>

* fix:包命名调整

---------

Co-authored-by: liaochuntao <liaochuntao@live.com>
@andrewshan andrewshan merged commit a0420f6 into polarismesh:main Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eureka-replicate当超过200+节点同时报心跳时,会出现超时导致不健康
3 participants