-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[GLCC2024] Nacos支持BETA灰度发布配置的历史变更记录 #12217
Labels
Comments
KomachiSion
changed the title
[GLCC2024] Nacos支持增量BETA发布的功能
[GLCC2024] Nacos支持BETA灰度发布配置的历史变更记录
Jun 14, 2024
您好,我对这个项目很感兴趣,请问这个项目目前有候选人了吗 |
同学,可以通过glcc报名参加 |
嗯嗯,已经报名了,给导师发邮件了,但是导师没回复 |
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 6, 2024
5 tasks
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 13, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 16, 2024
5 tasks
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 17, 2024
This was referenced Aug 17, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 28, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 28, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Aug 30, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 11, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 11, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 11, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 11, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 13, 2024
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Sep 20, 2024
shiyiyue1102
pushed a commit
that referenced
this issue
Oct 8, 2024
…12507) * Refine the formal configuration and add additional information(#12217) * Change the "configType" field to "publishType"(#12217) * Improve the gray configuration(#12217) * add the reconciliation mechanism of gray configuration(#12217) * Change the JSON format of gray rule.(#12217) * Remove redundant queries(#12217) * fix reconciliation mechanism of gray configuration.(#12217) * Adjust the way of obtaining grayName.(#12217) * Change the variable name.(#12217)
This was referenced Nov 5, 2024
Merged
MatthewAden
added a commit
to MatthewAden/nacos
that referenced
this issue
Nov 12, 2024
shiyiyue1102
added a commit
to shiyiyue1102/nacos
that referenced
this issue
Nov 13, 2024
Frontend changes for alibaba#12217.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitLink编程夏令营(GLCC),是在CCF中国计算机学会指导下,由CCF开源发展委员会(CCF ODC)举办的面向全国高校学生的暑期编程活动。活动将覆盖近千所高校,并联合各大开源基金会、开源企业、开源社区、开源专家,旨在鼓励青年学生通过参加真实的开源软件开发,提升自身技术能力,为开源社区输送优秀人才。为青年学生提供开放友好的交流平台,希望进一步推动国内开源社区的繁荣发展。
Nacos将会作为指导组织参加本次的“GitLink编程夏令营(GLCC)”
背景
当前配置历史 his_config_info 记录了配置的正式版本配置内容的新增,更新及删除,以提供用户查看配置的变更历史。功能当前存如下问题:
目标
对历史记录功能进行补充完善,增加灰度类型的变更历史,完善历史记录字段,基于变更历史完善灰度类型的一致性对账机制。
难度
基础
导师
柳遵飞
liuzunfei@gmail.com
产出要求
能力要求
GitLink Programming Summer Camp (GLCC) is a summer programming activity for college students nationwide, under the guidance of the China Computer Federation (CCF) and organized by the CCF Open Source Development Committee (CCF ODC). The event will cover nearly a thousand colleges and universities, and will unite various open source foundations, enterprises, communities, and experts with the aim of encouraging young students to participate in real open source software development, enhancing their technical skills, and providing outstanding talent for the open source community. GLCC also provides an open and friendly platform for young students to communicate and hopes to further promote the prosperity and development of the domestic open source community.
Nacos will participate as a guiding organization in “GitLink Programming Summer Camp (GLCC)”.
Background
The
his_config_info
table currently records additions, updates, and deletions of the formal configuration versions, allowing users to view the history of configuration changes. However, it has the following issues:Incomplete History for Beta Configurations:
The history table only records changes for formal versions but does not track the history of gray (beta) configurations. Actions like beta publishing and stopping beta are not recorded. Since the current reconciliation logic is based on the change history, there are issues with pushing consistent beta changes upon server node restarts due to the lack of beta change history. The current values of op_type are Insert - I, Update - U, and Delete - D. We need to add a field to distinguish configuration
types
,config_type
, with values formal for formal versions and beta for beta versions.Beta Incremental Reconciliation:
Based on the configuration change history, including beta publishing and stopping beta records, we need to implement incremental reconciliation for beta publishing and improve the completeness of beta consistency.
Incomplete Historical Records:
The historical records lack some important information, such as c_use, c_desc, effect, type, and c_schema parameters. This information needs to be included in the history. We need to add an ext_info field in JSON format to store auxiliary information. This auxiliary information should also be restored during rollback (note: rollback for non-formal versions is not supported).
Target
Enhance the configuration history functionality by adding change history for beta (gray) configurations, improving historical record fields, and refining the consistency reconciliation mechanism based on the change history for beta configurations.
Difficulty
Basic
Mentor
Zunfei Liu
(liuzunfei@gmail.com)
Output Requirements
Technical Requirements
The text was updated successfully, but these errors were encountered: