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

feat:修复polaris之间走eureka同步接口出现报错的问题 #830

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Conversation

andrewshan
Copy link
Member

@andrewshan andrewshan commented Nov 30, 2022

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

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

  • Configuration
  • Docs
  • Installation
  • Performance and Scalability
  • Naming
  • HealthCheck
  • 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.

@polaris-test-bot
Copy link

polaris-test-bot commented Nov 30, 2022

2022-11-30 17:51:22: =========TEST START==========
2022-11-30 17:51:58: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-30 18:03:50: [STANDALONE VERSION]PR autotest FAILED! We executed 14 test cases and 12 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1140101783/sta/qta-report.html
2022-11-30 18:03:53: [CLUSTER VERSION] PR autotest FAILED! We executed 14 test cases and 13 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1140101783/clu/qta-report.html
2022-11-30 18:03:57: [KUBENETES VERSION]PR autotest FAILED! We executed 14 test cases and 13 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1140101783/k8s/qta-report.html

@chuntaojun chuntaojun merged commit e1024b8 into polarismesh:main Nov 30, 2022
chuntaojun added a commit that referenced this pull request Dec 2, 2022
* Fix k8s deploy (#819)

* fix issue #629 (#693)

* docs:优化错误信息描述

* Update zh.toml

* fix:修复eureka心跳协议错误码不兼容问题

* fix:修复eureka心跳协议错误码不兼容问题

* unit:添加单元测试

* test:调整测试配置文件位置

* fix:issue #692

* fix:issue #692

* fix:issue #692

* fix:issue #692

* docs:add error code desc

* fix:调整license-checker的触发

* fix:调整license-checker的触发

* fix:k8s standalone deploy

* [ISSUE #789] Leader Election (#817)

* Add leader election

* fix test

* add sql delta

* feat:优化eureka插件大小写敏感,默认大小写不敏感 (#820) (#821)

* feat: 支持eureka双向数据同步

* fix:golintci warnings

* feat: 调整import顺序

* fix:修复golint格式化问题

* fix:修复导入问题

* fix: 修复导入顺序问题

* Fix k8s deploy (#819)

* fix issue #629 (#693)

* docs:优化错误信息描述

* Update zh.toml

* fix:修复eureka心跳协议错误码不兼容问题

* fix:修复eureka心跳协议错误码不兼容问题

* unit:添加单元测试

* test:调整测试配置文件位置

* fix:issue #692

* fix:issue #692

* fix:issue #692

* fix:issue #692

* docs:add error code desc

* fix:调整license-checker的触发

* fix:调整license-checker的触发

* fix:k8s standalone deploy

* feat:优化大小写问题,eureka插件默认大小写不敏感,无需配置

* feat:读取的时候进行大写转换

* feat:修改读取时候大小写

* feat:处理replication大小写

* fix:修复用例失败问题

* fix:修复用例失败问题

Co-authored-by: liaochuntao <[email protected]>

Co-authored-by: liaochuntao <[email protected]>

* fix: 解决eureka同步时,出现存量服务同步失败的问题 (#823)

* feat: 支持eureka双向数据同步

* fix:golintci warnings

* feat: 调整import顺序

* fix:修复golint格式化问题

* fix:修复导入问题

* fix: 修复导入顺序问题

* feat:优化大小写问题,eureka插件默认大小写不敏感,无需配置

* feat:读取的时候进行大写转换

* feat:修改读取时候大小写

* feat:处理replication大小写

* fix:修复用例失败问题

* fix:修复用例失败问题

* fix:修复eureka心跳复制失败的问题

* fix:解决自注册时候,服务不存在需要动态创建的问题

* fix:修复服务不存在,创建报错问题

* feat:修复polaris之间走eureka同步接口出现报错的问题 (#830)

* fix: eureka同步时,实例不存在没有返回404,导致eureka触发不了重注册 (#833)

* 增强batchDeleteInstanceMeta方法的场景兼容性

解决以下sql
delete from instance_metadata where id in (,?)

Co-authored-by: liaochuntao <[email protected]>
Co-authored-by: Shichao <[email protected]>
Co-authored-by: andrew shan <[email protected]>
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.

1.13.0版本eureka同步数据api在处理polaris同步的数据时需要调整response body
3 participants