CN109582288B - Method, system and storage medium for producing configuration reflux - Google Patents

Method, system and storage medium for producing configuration reflux Download PDF

Info

Publication number
CN109582288B
CN109582288B CN201811457253.6A CN201811457253A CN109582288B CN 109582288 B CN109582288 B CN 109582288B CN 201811457253 A CN201811457253 A CN 201811457253A CN 109582288 B CN109582288 B CN 109582288B
Authority
CN
China
Prior art keywords
configuration
production
branch
local
local configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811457253.6A
Other languages
Chinese (zh)
Other versions
CN109582288A (en
Inventor
彭剑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced Nova Technology Singapore Holdings Ltd
Original Assignee
Advanced New Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201811457253.6A priority Critical patent/CN109582288B/en
Publication of CN109582288A publication Critical patent/CN109582288A/en
Application granted granted Critical
Publication of CN109582288B publication Critical patent/CN109582288B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The present application relates to a scheme for producing configuration reflow, comprising: initiating a production configuration reflow process; acquiring all production configurations from production configuration equipment; comparing the obtained production configuration with a local configuration in a distribution branch on a local configuration device to check whether there is a difference, wherein: if a difference exists, synchronizing the difference to the local configuration in the publishing branch, and then merging the local configuration in the publishing branch to a local configuration in a primary branch on the local configuration device.

Description

Method, system and storage medium for producing configuration reflux
Technical Field
The present application relates to software development, and more particularly to production configuration reflow during software release.
Background
The software development process is a general process of software design thinking and a method, and comprises the steps of firstly carrying out requirement analysis on software, designing functions of the software, realizing an algorithm and a method, designing a general structure of the software, designing a module, coding and debugging, jointly debugging and testing a program, writing and submitting the program and the like so as to meet the requirements of customers and solve the problems of the customers, and if higher requirements exist, the software also needs to be maintained, upgraded and scrapped. This entire process may also be referred to as "software production".
Software production is a knowledge-intensive intellectual activity that is capital-intensive, labor-intensive, and the software project includes many highly error-prone manual labor, such as coding, debugging, configuration, and so on. Configuration release is often involved during software release, and because some characteristics of configuration often exist a situation that operation and maintenance personnel directly change production configuration, and the change of production configuration and local maintenance configuration are difficult to keep synchronous, the production configuration is often changed but not synchronized into the local configuration, so that the situation that old configuration is synchronized to the production configuration and latest configuration is covered is easily caused. This behavior is difficult to detect, and most of the cases are when production failure occurs.
There is no good solution to solve this problem, and software companies generally manage these changes by a person, and if a person makes a change in the production environment, the change needs to be written into the local configuration manually. The key problem of this approach is the need to rely entirely on human self-supervision. There are always some cases of human error, such as forgetting to synchronize to the local configuration when the production configuration changes, or another group of people may not know the local configuration and therefore not update it, for example if new and old maintenance personnel communicate. Because manual maintenance always causes various uncertain factors, there is a need for a technology that can automate the production configuration reflow and effectively ensure that the situation that the configuration is not the latest configuration will not occur when the configuration is released.
Disclosure of Invention
The application relates to a technique for production configuration reflow during software release.
According to a first aspect of the present application, there is provided a method of producing a configuration reflow, comprising:
acquiring all production configurations from production configuration equipment;
comparing the obtained production configuration with a local configuration in a distribution branch on a local configuration device to check whether there is a difference, wherein:
if a difference exists, synchronizing the difference to the local configuration in the publishing branch, and then merging the local configuration in the publishing branch to a local configuration in a primary branch on the local configuration device.
According to a second aspect of the present application, there is provided a publishing platform for production configuration reflow, comprising:
a timed task processor configured to:
acquiring all production configurations from production configuration equipment;
comparing the obtained production configuration with a local configuration in a distribution branch on a local configuration device to check whether there is a difference, wherein:
if a discrepancy exists, then the discrepancy is synchronized to the local configuration in the publishing branch.
According to a third aspect of the present application, there is provided a local configuration device for production configuration reflow, configured to:
when the timed task handler in the publishing platform completes the differential synchronization as described in the second aspect, the local configuration in the publishing branch is merged to the local configuration in the main branch.
According to a fourth aspect of the present application, there is provided a production configuration device for production configuration reflow, configured to:
sending all production configurations of itself to the timed task processor in accordance with a request issued from the timed task processor in the publishing platform as described in the second aspect, and
the production configuration is updated according to the local configuration received from the primary branch published by the local configuration device.
According to a fourth aspect of the present application, there is provided a computer readable storage medium having stored thereon instructions that, when executed, cause a machine to perform the method of the first aspect.
According to a fifth aspect of the present application, there is provided a computer system comprising means for performing the method of the first aspect.
Part of the capacity of the application is developed in an environment center project, and part of the function is realized in the project subsequently.
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Drawings
In order to describe the manner in which the above-recited and other advantages and features of the invention can be obtained, a more particular description of the invention briefly described above will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments of the invention and are not therefore to be considered to be limiting of its scope, the invention will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
FIG. 1 is an example production environment according to one embodiment of the present application.
FIG. 2 is a basic flow for implementing production configuration reflow according to one embodiment of the present application.
FIG. 3 is a configuration reflow process in a production configuration no change scenario according to one embodiment of the present application.
FIG. 4 is a configuration reflow process in a production configuration change conflict free scenario according to one embodiment of the present application.
FIG. 5 is a configuration reflow process in a production configuration change conflicting scenario according to one embodiment of the present application.
Detailed Description
Before proceeding to review aspects of the present application, a few terms will be introduced to facilitate understanding by the skilled artisan.
GIT: a system for managing data versions is an open-source distributed version control system which can effectively process the version management of very small to very large projects at high speed.
Configuring a reflow: refers to the operation of writing the configuration in the production environment to a local store.
Resolving conflicts: the method refers to the situation that the same configuration is adopted, a plurality of branches are respectively changed, and one version needs to be manually selected for merging when merging is carried out.
Production environment: refers to the real environment provided for use by the user.
In order to make the objects, technical solutions and advantages of the present invention more apparent after understanding the meanings of the above-mentioned terms, the present invention will be described in further detail below with reference to the accompanying drawings by way of examples.
First, an exemplary production environment for the present application is shown in FIG. 1. As shown in fig. 1, the production environment includes a publishing platform 110, a local configuration device 120, and a production configuration device 130. The publishing platform 110, local configuration device 120, production configuration device 130 may be comprised of computing devices such as personal computers, servers, clients, mobile devices (e.g., cell phones, personal digital assistants, tablets, etc.), and various other computing devices. Data communication between the devices is performed over a network, which includes various types of wired and wireless networks, including but not limited to the internet, local area networks, WIFI, WLAN, cellular communication networks (GPRS, CDMA, 2G/3G/4G/5G cellular networks), satellite communication networks, and so forth. Through the data communication network, the publishing platform 110, the local configuration device 120, and the production configuration device 130 may communicate various data with each other to achieve configuration synchronization.
Specifically, the main functions of the publishing platform 110 are to perform configuration reflow, merging of configurations between branches, data synchronization between configurations, publishing configurations, and the like. The functions of the local configuration device 120 are: the target configuration is stored and managed locally, which in the context of the present application is stored in the GIT library of the local environment, but it should be understood that other databases may be used in the solution of the present application. The production configuration device 130 may be one or more devices distributed throughout the production environment and storing configurations of the operations of the production environment, with each production configuration device 130 maintaining a corresponding configuration.
With an understanding of the example production environment of the present application, the basic flow of the scheme of the present application for production configuration reflow is described in detail in connection with the production environment. First, the basic environmental configuration and basic flow of the present invention are summarized to facilitate a general understanding of the schemes by those skilled in the art, so as to facilitate a general concept by those skilled in the art. For ease of understanding in this embodiment, the GIT file system is used as an example environment for illustration, but it should be understood that the file system is not limited to GIT, and other configuration file systems may be used in the embodiments of the present application. For better description, we will refer to the configuration stored on the local configuration device 120 as the "local configuration" and the configuration stored on the production configuration device 130 as the "production configuration" in order to distinguish the two. Subsequently, a branch, for example, named "release _ config" and a branch, for example, named "master", are created in the GIT file system on the local configuration device 120, respectively. The purpose of this "publish" branch is to always keep pace with the production configuration at the various production configuration devices 130. The role of the "main" branch is to keep the local configuration up to date (i.e. to achieve the purpose of production configuration reflow) by merging the production configuration from the multiple production branches with the local configuration, and to optionally publish the local configuration after the production configuration reflow is completed. It should be understood that the names of the branches may be changed according to the needs of the developer, and are not limited thereto. In addition, a timed task handler is provided on the publishing platform 110 to trigger execution of the configuration reflow process, for example, every 5 minutes, so as to always keep the local configuration up to date. The timing may be adjusted according to the service scenario. Also, when the developer needs to immediately release the latest configuration, a function of manually activating the timed task processor to execute the configuration reflow flow may be provided.
Referring now to FIG. 2, a basic flow for implementing production configuration reflow in accordance with one embodiment of the present application will be described in detail.
First, in step 1, the flow of production configuration reflow is automatically performed by the timed task processor every five minutes. Of course, the timed task handler may also be manually activated to initiate the flow of production configuration reflow when desired by the developer.
In step 2, the timed task handler requests that its production configuration be obtained from production configuration device 130. The acquired production configuration may be the entire production configuration or a modified production configuration. In step 2.1, the production configuration device 130 returns its production configuration to the timed task handler upon request.
In a preferred embodiment, if there is configuration data in the production configuration obtained in step 2 that is not compatible with the format of the local configuration on the local configuration device 120, the production configuration may be first format-converted according to the format of the local configuration (step 3).
At step 4, the timed task processor compares the production configuration with the local configuration in the release branch on the local configuration device 120, which retains the previous production configuration obtained in the flow of the previous production configuration reflow, and by this comparison, finds the differences in the current production configuration and the previous production configuration, and synchronizes all the differences into the configuration of the release branch. The differential synchronization means that the change in the production configuration is synchronized to the newly added content, the updated content and the deleted content in the local configuration of the release branch in the process of the reflux of the production configuration so as to ensure that the local configuration of the release branch is consistent with the content of the production configuration all the time. Optionally, step 4.1 may be provided to feed back an indication to the timed task processor whether the differential synchronisation was successful. In addition, if there is no difference between the old and new production configurations, the subsequent steps 5-9 need not be performed, but rather a reflow process as shown in fig. 3 is performed.
In step 5, after the difference synchronization is completed, the released local configuration is merged into the local configuration of the main branch, wherein two scenarios exist, namely no conflict of production configuration change and conflict of production configuration change. When there is a configuration conflict in the merger (step 7), after initiating a merge request (step 6), sending a conflict message to a configured principal (owner), the principal resolving the conflict (step 7.1), initiating a merge request again after the conflict is resolved (step 7.2), and finally completing the merger (step 8). When there is no change in production configuration or no conflict in production configuration changes, the merge can be completed directly (steps 9 and 9) after the merge request is initiated (step 8.1). The specific reflow process for the scene will be described in detail in fig. 4 and 5, respectively. The reflow process of the production arrangement has been completed so far. After finishing the reflow, the developer may start preparing to publish the latest local configuration of the main branch into the production environment, which is done as follows:
at step 10, preparation for a distribution configuration is started.
In step 11, it is necessary to check again whether the release branch differs from the current latest production configuration in preparation for release. If there is a difference, the production configuration on the production configuration device 130 is changed again during execution of the present configuration reflow, and therefore, the release is terminated. Only if there is no difference can the following steps be continued. At this time, the local configuration of the main branch is the latest content, and the publishing platform 110 may obtain the latest content from the main branch when performing configuration publishing, and then publish the configuration to the production environment. In this way, the production configuration is prevented from being changed during the distribution process.
The publishing platform 110 requests its native configuration from the primary branch at step 12 and receives the native configuration sent from the primary branch at step 12.1.
At step 13, the publishing platform 110 publishes the local configuration of the primary branch containing the latest configuration content into the production environment.
At this point, the publication flow is also complete, step 14.
The basic flow of the present application for implementing production configuration reflow is described in the above flow. It is to be understood that the flow is a comprehensive description of the scheme for producing configuration reflow, and not all of the flow is necessary. For example, when the processing speed of steps 1-10 is fast enough, the production configuration on the production configuration device 130 is less likely to be changed again, and therefore, the operation of checking again whether there is a difference between the local configuration of the release branch and the production configuration in step 11 can be omitted.
On the other hand, as described above, there may be a plurality of said production configuration devices 130, in which case, at step 4, the local configuration in the distribution branch may be compared with each production configuration from the plurality of production configuration devices 130, respectively, and the compared differences are aggregated into an overall difference to be merged into the main branch.
After describing the basic flow of the configuration reflow, there are three reflow scenarios for the configuration reflow mentioned in the above flow, and the following method flows are given in conjunction with fig. 3-4, respectively (note that the flows occur in chronological order from left to right):
production configuration no change scenario (see fig. 3):
1. at this time, the production environment is not changed, that is, no change is found in the comparison between the obtained production configuration and the local configuration in the release branch in step 4, and at this time, the timed task processor does not need to flow the configuration back to the release branch;
2. the main branch normally changes the configuration in the development process, for example, changing k to 1 to k to 2;
3. the method can operate according to a normal configuration publishing flow, the k in the local configuration of the main branch is 2 and is published into the production environment, and the production configuration equipment updates the production configuration according to the local configuration in the main branch received from the local configuration equipment;
4. the timed task processor then ensures that the local configuration in the release branch is consistent with the production configuration by synchronizing the production configuration in the production environment to the release branch.
Production configuration change conflict free scenario (see fig. 4):
1. such a scenario may have a production configuration change, which requires the change of the production configuration to be returned to the local configuration. For example, two original production configurations are k-1 and v-2, respectively, and the production configuration is changed into k-2 and v-2.
2. The local main branch also has configuration change k being 1 and v being 3, because the modified configuration content is different, and the changes on both sides will not have merge conflict.
3. At this time, the timing task processor compares the configuration of the issue branch with the difference of the production configuration to trigger configuration reflux, and synchronizes the production configuration k to 2 and v to 2 to the issue branch, so that the configuration value of the issue branch becomes k to 2 and v to 2.
4. And after the timed task processor finishes configuration reflux, a branch merging request is initiated, and the configuration of the issued branch is merged into the main branch, so that the latest local configuration k of the main branch is 2, and v is 3.
5. When the distribution platform 110 distributes the configuration, the local configuration of the main branch is distributed to the production environment, and the production configuration is changed to k 2 and v 3.
6. And the timed task processor finds that the production configuration is changed again, and returns the difference change to the issuing branch, so that the local configuration of the timed task processor is changed to k-2 and v-3, and the whole configuration returning work is completed.
Production configuration change has conflicting scenarios (see FIG. 5):
1. in the production configuration device 130, if the production configuration is manually changed, k is changed from 1 to 2.
2. The main branch also changes the local configuration from k 1 to k 3 due to normal development needs.
3. And the timed task processor finds that the production configuration is changed by comparing the production configuration with the local configuration in the release branch, triggers the configuration reflux to reflux k-2 to the release branch, and changes the local configuration of the release branch to k-2.
4. The merging of the issuing branch with the main branch is initiated after the issuing platform 110 completes the configuration reflow, and since the k values in the two local configurations are 2 and 3, respectively, a merge conflict occurs. After the conflict occurs, the publishing platform 110 may send a message to the configuration principal to allow the configuration principal to resolve the conflict. When there is a merge conflict in the local configuration device 120, the associated configuration principal may select one of the current conflicting values k-2 or k-3 as the merged value. After conflict resolution, the configuration principal initiates the merge again, eventually merging the local configuration of the issuing branch to the local configuration of the main branch.
5. Assuming that the value after the conflict resolution is k is 3 (the configuration administrator selects 3 as the value of k), when the publishing platform 110 publishes the configuration, it publishes the local configuration k is 3 to the production environment, and then the production configuration device updates its production configuration k to 3 according to the local configuration received from the main branch published by the local configuration device, thereby completing the whole configuration reflow and publishing process. Based on the above detailed description of the flow, it can be understood that the present solution has at least the following advantages:
1) the problem of production failure caused by releasing wrong configuration to a production environment due to errors caused by human factors is solved. By the scheme, the configuration change of the production environment can be ensured to be synchronized to the local configuration in time.
2) Through the Git version management capability of local configuration, the configuration of the production environment and the configuration of local development are well combined, so that the aim that the latest and most complete configuration is saved by the local configuration of the main branch is achieved.
3) A mechanism for ensuring synchronization of a local release branch and production configuration of the Git system is innovatively used, and the production configuration can be effectively subjected to coding management. The merging of branches can be conveniently carried out through coding management, the configuration of the issuing branch can be indirectly taken as production configuration, and meanwhile, the capacity of coding management is achieved.
4) The comparison between the configuration of the distribution branch and the production configuration can judge whether the production configuration has changed behavior, and the change is synchronized to the local configuration by the timing task processor every 5 minutes (the time can be configured according to the business scene).
5) After the production configuration reflow and the local configuration development change are completed, the latest configuration can be released to the production environment by using the release platform, that is, the release of the production environment configuration can be completed on the basis of the configuration reflow.
6) A set of mechanism is innovatively used for solving the problem of merging the scenes in the configuration backflow process and the local configuration normal development process, and three solutions for merging the scenes are provided.
While various embodiments have been described above, it should be understood that they have been presented by way of example only, and not limitation. Persons skilled in the relevant art(s) will recognize that various changes may be made in form and detail without departing from the spirit and scope of the invention, as defined by the appended claims. Thus, the breadth and scope of the present invention disclosed herein should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

Claims (14)

1. A method of producing a configuration reflow, the method comprising:
acquiring the production configuration of the production equipment from the production configuration equipment;
comparing the obtained production configuration with a local configuration in a distribution branch on a local configuration device to check whether there is a difference, wherein:
if there is a difference, synchronizing the difference to the local configuration in the publishing branch, and then merging the local configuration in the publishing branch to a local configuration in a primary branch on the local configuration device;
if there is no difference, the local configuration in the main branch is released into the production environment, and, when the method of production configuration reflow is executed again, the production configuration obtained from the production configuration device in the production environment is synchronized to the local configuration in the release branch.
2. The method of claim 1, wherein the method further comprises:
after the merging step, performing a configuration publication process, the process comprising:
checking again whether the local configuration in the release branch differs from the current production configuration, wherein:
terminating the publication process when the discrepancy exists;
when the discrepancy is not present, publishing the local configuration in the primary branch to a production environment.
3. The method of claim 1, wherein the method can be executed periodically by a timed task processor at a time interval, or can be activated by manual operation.
4. The method of claim 1, wherein the obtaining further comprises:
converting the format of the production configuration to the format of the local configuration if the format of the obtained production configuration is not compatible with the local configuration of the local configuration device.
5. The method of claim 1, wherein the method ends in the event that there is no difference between the obtained production configuration and the native configuration in the publishing branch and there is no change in the native configuration in the primary branch.
6. The method of claim 1, wherein the step of merging the local configuration in the publishing branch into a local configuration in a main branch on the local configuration device comprises:
comparing the native configuration in the publishing branch with the native configuration in the primary branch to determine if a merge conflict exists if the native configuration in the primary branch also changes, wherein:
merging the local configuration in the publishing branch directly to the local configuration in the primary branch on the local configuration device if there is no merge conflict;
if a merge conflict exists, then directly merging the local configuration in the issuing branch to the local configuration in the primary branch on the local configuration device after resolving the merge conflict.
7. The method of claim 6, wherein the resolving the merge conflict comprises: selecting a value from the values of the local configuration in the issuing branch and the conflicting configuration in the local configuration in the primary branch as a merged value.
8. The method of claim 1, wherein the differential synchronization is to synchronize changes in the production configuration to what needs to be added, updated, deleted in the local configuration of the distribution branch to ensure that the local configuration of the distribution branch is consistent with the content of the production configuration.
9. A publishing platform for production configuration reflow, the publishing platform comprising:
a timed task processor configured to:
acquiring all production configurations from production configuration equipment;
comparing the obtained production configuration with a local configuration in a distribution branch on a local configuration device to check whether there is a difference, wherein:
synchronizing a difference to the local configuration in the publication branch if the difference exists;
if there is no difference, the local configuration in the main branch is released into the production environment, and, when the method of production configuration reflow is executed again, the production configuration obtained from the production configuration device in the production environment is synchronized to the local configuration in the release branch.
10. The publication platform of claim 9, wherein the timed task processor is further configured to perform a configuration publication process, the process comprising:
checking again whether the local configuration in the release branch differs from the current production configuration, wherein:
terminating the publication process when the discrepancy exists;
when the discrepancy is not present, publishing the local configuration in a primary branch on the local configuration device to a production environment.
11. A local configuration device for production configuration reflow, the local configuration device configured to:
when the timed task processor in the publishing platform completes the differential synchronization, merging the local configuration in the publishing branch to the local configuration in the main branch according to claim 9.
12. A production configuration device for production configuration reflow, the production configuration device configured to:
sending all production configurations of itself to the timed task processor upon request from the timed task processor in the publishing platform as claimed in claim 10, and
the production configuration is updated according to the local configuration received from the primary branch published by the local configuration device.
13. A computer-readable storage medium having stored thereon instructions that, when executed, cause a machine to perform the method of any of claims 1-8.
14. A computer system comprising means for performing the method of any one of claims 1-8.
CN201811457253.6A 2018-11-30 2018-11-30 Method, system and storage medium for producing configuration reflux Active CN109582288B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811457253.6A CN109582288B (en) 2018-11-30 2018-11-30 Method, system and storage medium for producing configuration reflux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811457253.6A CN109582288B (en) 2018-11-30 2018-11-30 Method, system and storage medium for producing configuration reflux

Publications (2)

Publication Number Publication Date
CN109582288A CN109582288A (en) 2019-04-05
CN109582288B true CN109582288B (en) 2022-02-15

Family

ID=65926793

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811457253.6A Active CN109582288B (en) 2018-11-30 2018-11-30 Method, system and storage medium for producing configuration reflux

Country Status (1)

Country Link
CN (1) CN109582288B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2044510A2 (en) * 2006-07-25 2009-04-08 Network Appliance, Inc. System and method for server configuration control and management
CN102929630A (en) * 2012-10-31 2013-02-13 中标软件有限公司 Method and system for code management based on distributed collaborative development environment
CN103220163A (en) * 2012-01-19 2013-07-24 阿里巴巴集团控股有限公司 Updating method and system of configuring information
CN103699488A (en) * 2013-12-30 2014-04-02 优视科技有限公司 Call relation dependence graph based regression testing method and system
CN104182344A (en) * 2014-08-25 2014-12-03 腾讯科技(深圳)有限公司 Overwrite installation testing method and overwrite installation testing device
CN107766075A (en) * 2016-08-22 2018-03-06 平安科技(深圳)有限公司 The processing method and processing device that code merges
CN108491217A (en) * 2018-03-06 2018-09-04 青岛海信宽带多媒体技术有限公司 A kind of upgrade method and equipment of configuration file

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2044510A2 (en) * 2006-07-25 2009-04-08 Network Appliance, Inc. System and method for server configuration control and management
CN103220163A (en) * 2012-01-19 2013-07-24 阿里巴巴集团控股有限公司 Updating method and system of configuring information
CN102929630A (en) * 2012-10-31 2013-02-13 中标软件有限公司 Method and system for code management based on distributed collaborative development environment
CN103699488A (en) * 2013-12-30 2014-04-02 优视科技有限公司 Call relation dependence graph based regression testing method and system
CN104182344A (en) * 2014-08-25 2014-12-03 腾讯科技(深圳)有限公司 Overwrite installation testing method and overwrite installation testing device
CN107766075A (en) * 2016-08-22 2018-03-06 平安科技(深圳)有限公司 The processing method and processing device that code merges
CN108491217A (en) * 2018-03-06 2018-09-04 青岛海信宽带多媒体技术有限公司 A kind of upgrade method and equipment of configuration file

Also Published As

Publication number Publication date
CN109582288A (en) 2019-04-05

Similar Documents

Publication Publication Date Title
CN109683826B (en) Capacity expansion method and device for distributed storage system
KR20140047580A (en) Method and system for synchronization mechanism on multi-server reservation system
EP4050850A1 (en) Service upgrading method, device and system
CN104023061A (en) High availability cluster scheme of OSS (Open Storage service) for LUSTRE
CN111708836B (en) Cluster management method, device and cluster system
CN111666134A (en) Method and system for scheduling distributed tasks
CN111782235A (en) Data upgrading and querying method and device
CN112650812A (en) Data fragment storage method and device, computer equipment and storage medium
US20140317055A1 (en) Version Vector Scheme for Data Synchronization on Resource-Constrained Networks
CN110912979B (en) Method for solving multi-server resource synchronization conflict
CN109582288B (en) Method, system and storage medium for producing configuration reflux
CN110489483B (en) Data synchronization method, device, computer equipment and storage medium
WO2022206426A1 (en) Distributed transaction processing method and system, and related device
CN111147312A (en) Resource allocation management method and device, resource allocation cache management method and device, and allocation management system
US20190065327A1 (en) Efficient versioned object management
US11290318B2 (en) Disaster recovery of cloud resources
CN116974983A (en) Data processing method, device, computer readable medium and electronic equipment
CN114185590A (en) Application system operation and maintenance configuration management method and device
CN113761075A (en) Method, device, equipment and computer readable medium for switching databases
CN111949731A (en) Data synchronization method and device, electronic equipment and storage medium
CN111159179A (en) Table partitioning method, related device and computer readable storage medium
JP2015103197A (en) Distributed processing system
CN116893834B (en) Load updating method, device, system, electronic equipment and readable storage medium
US11334455B2 (en) Systems and methods for repairing a data store of a mirror node
CN112055057B (en) Method, system and equipment for dynamic expansion of Web system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240226

Address after: Guohao Times City # 20-01, 128 Meizhi Road, Singapore

Patentee after: Advanced Nova Technology (Singapore) Holdings Ltd.

Country or region after: Singapore

Address before: Ky1-9008 business centre, 27 Hospital Road, Georgetown, grand caiman, UK

Patentee before: Innovative advanced technology Co.,Ltd.

Country or region before: Cayman Islands

TR01 Transfer of patent right