CN105791341B - Application release processing method, device and system - Google Patents

Application release processing method, device and system Download PDF

Info

Publication number
CN105791341B
CN105791341B CN201410804709.7A CN201410804709A CN105791341B CN 105791341 B CN105791341 B CN 105791341B CN 201410804709 A CN201410804709 A CN 201410804709A CN 105791341 B CN105791341 B CN 105791341B
Authority
CN
China
Prior art keywords
application
gray
release
node
service request
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
CN201410804709.7A
Other languages
Chinese (zh)
Other versions
CN105791341A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201410804709.7A priority Critical patent/CN105791341B/en
Publication of CN105791341A publication Critical patent/CN105791341A/en
Application granted granted Critical
Publication of CN105791341B publication Critical patent/CN105791341B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention discloses a processing method, a device and a system for application release.A distribution node acquires an application service request and a gray level routing rule, the application service request belonging to the gray level release is distributed to a server node in a gray level application environment or the application service request not belonging to the gray level release is distributed to a server node in a non-gray level application environment based on the gray level routing rule, a first server node acquires the application service request distributed by the distribution node according to the gray level routing rule, and a second server node in the gray level application environment or the non-gray level application environment is called to provide service for the application service request based on a cached gray level node list. The invention can realize the gray release of the application more efficiently and simply.

Description

Application release processing method, device and system
Technical Field
The present invention relates to the field of network technologies, and in particular, to a method, an apparatus, and a system for processing application publications.
Background
The gray release is applied as a smooth transition release mode, a small part of users are selected as release objects of the new version, problems in the using process of the users are collected and detected, if the problems are found, the adjustment such as timely updating and modifying is carried out, if no problem exists, the release range of the new version is further expanded, the related functions of the product can be perfected, and the user range influenced by product upgrading is reduced.
In one processing mode of applying gray scale publishing, respectively publishing an applied stable code and a gray scale code to different servers and loading a gray scale configuration parameter of the application, when a request is received, extracting gray scale data for gray scale judgment from parameter information of the request according to the loaded gray scale configuration information to judge whether the request participates in gray scale publishing, and if yes, distributing the request to the server where the gray scale code is positioned for processing; if not, the request is distributed to the server processing where the stable code is located. In the processing mode of gray scale release, because the dependency relationship and the calling relationship may exist between the stable code and the gray scale code, and whether to participate in gray scale release needs to be judged for each request, the workload of development and modification of the code is large for a system with a large number of applications.
In another processing mode of the application gray scale release, the description information of the application and the corresponding relation between the application and an application server are stored; the method comprises the steps that the description information of the application comprises a gray scale mark indicating whether the application participates in gray scale publishing or not, after a client request message is received, the description information of the application is inquired to identify the application corresponding to the client request message, if a plurality of applications are found, matching is firstly carried out from the applications with the gray scale publishing marks not being empty, if no matching hit exists, the applications with the gray scale publishing marks being empty are selected, and the client request message is distributed to a corresponding application server according to the selected applications and the corresponding relation between the applications and the application server. In the processing mode, each gray release application needs a gray release mark, the workload of developing and transforming codes is large, and the application release process is complex.
Disclosure of Invention
The embodiment of the invention provides a processing method, a device and a system for application release, and aims to provide an efficient and concise application release processing method.
In a first aspect, a method for processing application release is provided, including:
the method comprises the steps that a first server node obtains an application service request distributed by an application distribution node according to a gray level routing rule, wherein the gray level routing rule is pre-configured by a gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to gray level release to a gray level application environment or distribute the application service request not belonging to gray level release to a non-gray level application environment;
and the first server node calls a second server node in a gray scale application environment or a non-gray scale application environment to provide service for the application service request based on the cached gray scale node list.
With reference to the first aspect, in a first implementation manner, the invoking, by the first server node, a second server node in a grayscale application environment or a non-grayscale application environment based on a cached grayscale node list includes:
the first server node acquires and caches a gray node list configured in advance in a gray release management engine;
the first server node judges whether the IP address of the first server node belongs to the gray node list or not;
calling a second server node in a gray application environment under the condition that the IP address of the first server node belongs to the gray node list;
and calling a second server node in a non-gray application environment under the condition that the IP address of the first server node does not belong to the gray node list.
With reference to the first aspect or the first implementation manner of the first aspect, in a second implementation manner, the first server node is an application server node or a foreground server node, and the second server node is an application server node or a foreground server node.
In a second aspect, a method for processing application release is provided, including:
the method comprises the steps that an application distribution node acquires an application service request and a gray level routing rule, wherein the gray level routing rule is pre-configured by a gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to gray level release to a gray level application environment or distribute the application service request not belonging to gray level release to a non-gray level application environment;
the application distribution node judges whether the application service request belongs to gray scale release;
and the application distribution node distributes the application service request belonging to the gray scale release to the server node in the gray scale application environment or distributes the application service request not belonging to the gray scale release to the server node in the non-gray scale application environment based on the gray scale routing rule.
With reference to the second aspect, in a first implementation manner, the determining whether the application service request belongs to a gray release includes:
acquiring a gray release white list pre-configured by a gray release management engine;
determining that the application service request belongs to gray scale release under the condition that the application service request belongs to the gray scale release white list;
and under the condition that the application service request does not belong to the gray scale release white list, determining that the application service request does not belong to gray scale release.
With reference to the second aspect, in a second implementation manner, the determining whether the application service request belongs to gray release includes:
acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release or not;
and judging whether the application service request belongs to gray release or not based on the gray identification.
With reference to the second aspect, the first implementation manner of the second aspect, or the second implementation manner of the second aspect, in a third implementation manner, the first server node is an application server node or a foreground server node.
In a third aspect, an apparatus for processing application release is provided, including:
an obtaining unit, configured to obtain an application service request distributed by an application distribution node according to a gray-scale routing rule, where the gray-scale routing rule is pre-configured by a gray-scale distribution management engine and is used to instruct the application distribution node to distribute the application service request belonging to gray-scale distribution to a gray-scale application environment or distribute the application service request not belonging to gray-scale distribution to a non-gray-scale application environment
And the calling unit is used for calling the server nodes in the grayscale application environment or the non-grayscale application environment to provide services for the application service requests acquired by the acquisition unit based on the cached grayscale node list.
With reference to the third aspect, in a first implementation,
the acquisition unit is also used for acquiring and caching a pre-configured gray level node list in the gray level release management engine;
the calling unit is specifically configured to call a server node in a grayscale application environment or a non-grayscale application environment based on the cached grayscale node list in the following manner, and includes:
judging whether the IP address of the processing device issued by the application belongs to the gray node list or not;
calling a server node in a gray level application environment under the condition that the IP address of the processing device issued by the application belongs to the gray level node list;
and calling a server node in a non-gray-scale application environment under the condition that the IP address of the processing device issued by the application does not belong to the gray-scale node list.
With reference to the third aspect or the first implementation manner of the third aspect, in a second implementation manner, the server node is an application server node or a foreground server node.
In a fourth aspect, a processing apparatus for application publishing is provided, including:
the system comprises an acquisition unit, a gray level routing management engine and a gray level distribution management unit, wherein the acquisition unit is used for acquiring application service requests and gray level routing rules, and the gray level routing rules are pre-configured by the gray level distribution management engine and are used for indicating an application distribution node to distribute the application service requests belonging to gray level distribution to a gray level application environment or distribute the application service requests not belonging to gray level distribution to a non-gray level application environment;
the judging unit is used for judging whether the application service request acquired by the acquiring unit belongs to gray release or not;
and the distribution unit is used for distributing the application service request belonging to the gray scale release to the server node in the gray scale application environment or distributing the application service request not belonging to the gray scale release to the server node in the non-gray scale application environment based on the gray scale routing rule acquired by the acquisition unit.
With reference to the fourth aspect, in a first implementation,
the obtaining unit is further configured to: acquiring a gray release white list pre-configured by a gray release management engine;
the judging unit is specifically configured to judge whether the application service request belongs to gray release in the following manner:
determining that the application service request belongs to gray release under the condition that the application service request belongs to the gray release white list acquired by the acquisition unit;
determining that the application service request does not belong to a gray release in the case that the application service request does not belong to the gray release white list acquired by the acquisition unit.
With reference to the fourth aspect, in a second implementation,
the obtaining unit is further configured to: acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release or not;
the judging unit is specifically configured to judge whether the application service request belongs to gray release in the following manner:
and judging whether the application service request belongs to gray release or not based on the gray identification acquired by the acquisition unit.
With reference to the fourth aspect, the first implementation manner of the fourth aspect, or the second implementation manner of the fourth aspect, in a third implementation manner, the server node is an application server node or a foreground server node.
In a fifth aspect, an application distribution system is provided, comprising a gray scale distribution management engine, an application distribution node, and a cluster of server nodes, wherein,
the gray release management engine is used for configuring a gray routing rule and a gray node list in advance;
the application distribution node is the processing device for application distribution in any implementation manner of the fourth aspect and the fourth aspect, and is configured to distribute an application service request belonging to gray-scale distribution to a server node in a gray-scale application environment or distribute an application service request not belonging to gray-scale distribution to a server node in a non-gray-scale application environment based on a gray-scale routing rule pre-configured by the gray-scale distribution management engine;
the server node cluster includes at least one processing device for application distribution according to any one of the third aspect or the implementation manners of the third aspect, and is configured to acquire an application service request distributed by an application distribution node according to a gray level routing rule, and call a second server node in a gray level application environment or a non-gray level application environment to provide a service for the application service request based on a gray level node list configured in advance by the gray level distribution management engine.
In the processing method, the device and the system for application release provided by the embodiment of the invention, a gray scale routing rule is configured in advance by a gray scale release management engine, in the application release processing process, an application distribution node distributes application service requests belonging to gray scale release to a gray scale application environment based on the gray scale routing rule, and distributes application service requests not belonging to gray scale release to a non-gray scale application environment, logic division of gray scale release and non-gray scale release can be realized without carrying a gray scale mark in each application request, and after a server node in the gray scale application environment or the non-gray scale application environment receives the application service requests distributed by the application distribution node, the server node in the gray scale application environment or the non-gray scale application environment is called to provide service for the application service requests based on a gray scale node list, so that the server node in the same application environment can be used for providing service for the application requests, the development and the modification of the codes are small, so that the gray level release of the application can be realized more efficiently and simply through the method and the device.
Drawings
Fig. 1 is an architecture diagram of an application distribution system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an application publishing processing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of another application release processing apparatus according to an embodiment of the present invention;
fig. 4 is a flowchart of an application release processing method according to an embodiment of the present invention;
fig. 5 is a schematic flow chart illustrating a process of calling a server node based on a cached gray node list according to an embodiment of the present invention;
fig. 6 is a flowchart of another application publishing processing method according to an embodiment of the present invention;
fig. 7 is a flowchart illustrating a process of determining whether an application service request is issued in a gray scale according to an embodiment of the present invention;
fig. 8 is a flowchart of another processing for determining whether an application service request is issued in grayscale according to an embodiment of the present invention;
fig. 9 is a flowchart of an application distribution route of the configurable gray scale distribution white list according to the embodiment of the present invention;
fig. 10 is a flowchart of an application publication route with a non-configurable gray scale publication list according to an embodiment of the present invention;
fig. 11 is a routing flowchart of invoking gray release by an external interface according to an embodiment of the present invention;
fig. 12 is a schematic structural diagram of an application distribution processing apparatus according to an embodiment of the present invention;
fig. 13 is a schematic configuration diagram of another application distribution processing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly described below with reference to the drawings in the embodiments of the present invention.
The application release processing method provided in the embodiment of the present invention may be applied to the application release system shown in fig. 1, and as shown in fig. 1, the application release system 100 includes a gray scale release management engine 101, an application distribution node 102, and a server node cluster 103. The grayscale release management engine 101 divides an application environment in which the Server node operates into a grayscale application environment and a non-grayscale application environment, and both the grayscale application environment and the non-grayscale application environment include a foreground Server node (Web Server) and an application Server node (App Server), which can provide a complete service for an application service request. In the embodiment of the present invention, the grayscale issuance management engine 101 pre-configures a grayscale routing rule and a grayscale node list, where the grayscale routing rule is used to instruct an application distribution node 102 to distribute an application service request belonging to grayscale issuance to a grayscale application environment or to distribute an application service request not belonging to grayscale issuance to a non-grayscale application environment, and the grayscale node list is used to instruct a server node cluster 103 to determine whether an Internet Protocol (IP) address interconnected between networks of server nodes receiving the application service request belongs to a server node of grayscale issuance, so as to invoke a server node belonging to the same application environment as the server node receiving the application service request to provide a service. After receiving the application service request, the application distribution node 102 distributes the application service request belonging to the gray-scale distribution to the server node in the gray-scale application environment or distributes the application service request not belonging to the gray-scale distribution to the server node in the non-gray-scale application environment based on the gray-scale routing rule pre-configured by the gray-scale distribution management engine 101. After receiving the application service request distributed by the application distribution node 102, the server nodes in the server node cluster 103 call a gray level node list configured in advance by the gray level publishing management engine 101, and call a second server node in a gray level application environment or a non-gray level application environment to provide service for the application service request based on the gray level node list.
It should be noted that the system architecture shown in fig. 1 in the embodiment of the present invention is only schematically illustrated, and the actual network architecture is not limited to the structure shown in fig. 1.
Fig. 2 is a schematic diagram illustrating a configuration of a processing device 200 for application publishing according to an embodiment of the present invention, and as shown in fig. 2, the processing device 200 for application publishing includes a communication interface 201, a memory 202, and a processor 203. Of course, according to practical situations, the processing device 200 for application publishing provided in the embodiment of the present invention may further include a communication bus, which is not limited in the embodiment of the present invention.
The memory 202 is used for storing program codes executed by the processor 203 in the embodiment of the present invention.
A processor 203 for calling the program code stored in the memory 202 to implement the following functions:
the application service request distributed by the application distribution node according to the gray level routing rule is acquired through the communication interface 201, the gray level routing rule is configured in advance by the gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to the gray level release to the gray level application environment or distribute the application service request not belonging to the gray level release to the non-gray level application environment, and based on the cached gray level node list, a server node in the gray level application environment or the non-gray level application environment is called to provide service for the application service request.
In a first implementation, the processor 203 is specifically configured to invoke a server node in a grayscale application environment or a non-grayscale application environment based on the cached grayscale node list as follows:
acquiring and caching a pre-configured gray node list in a gray release management engine;
judging whether the IP address of the processing equipment 200 issued by the application belongs to the gray node list or not;
calling a server node in the grayscale application environment in the case that the IP address of the processing device 200 issued by the application belongs to the grayscale node list;
in the case where the IP address of the processing device 200 issued by the application does not belong to the grayscale node list, a server node in the non-grayscale application environment is called.
The processing device 200 for application distribution in the embodiment of the present invention may be a server node, for example, a Web server node or an application server node, and of course, the processing device 200 for application distribution may also be a component in the server node, which is not limited in the embodiment of the present invention.
The processing device 200 for application release provided in the embodiment of the present invention receives an application service request distributed by an application distribution node based on a gray scale distribution management engine to pre-configure a gray scale routing rule, calls a server node in a gray scale application environment or a non-gray scale application environment based on a gray scale node list to provide a service for the application service request, can provide a service for the application request by using the server node in the same application environment, and has small development and modification on a code, so that the gray scale release of an application can be realized more efficiently and simply by the present invention.
Fig. 3 is a schematic configuration diagram of a processing device 300 for application publishing according to an embodiment of the present invention, and as shown in fig. 2, the processing device 300 for application publishing includes a communication interface 301, a memory 302, a processor 303, and a distributor 304. Of course, according to practical situations, the processing device 300 for application publishing provided in the embodiment of the present invention may further include a communication bus, which is not limited in the embodiment of the present invention.
The memory 302 is used for storing program codes executed by the processor 303 in the embodiment of the present invention.
A processor 303, configured to call the program code stored in the memory 302, and implement the following functions:
acquiring, through the communication interface 301, an application service request and a grayscale routing rule, the grayscale routing rule being preconfigured by the grayscale release management engine and being used to instruct the distributor 304 to distribute application service requests belonging to grayscale releases into grayscale application environments or to distribute application service requests not belonging to grayscale releases into non-grayscale application environments; the processor 303 determines whether the obtained application service request belongs to a grayscale release, and based on the grayscale routing rule, distributes the application service request belonging to the grayscale release to a server node in a grayscale application environment through the distributor 304, or distributes the application service request not belonging to the grayscale release to a server node in a non-grayscale application environment.
In a first implementation manner, the processor 303 is specifically configured to determine whether the obtained application service request belongs to a gray release according to the following manner:
acquiring a gray release white list pre-configured by a gray release management engine;
determining that the application service request belongs to gray scale release under the condition that the application service request belongs to the gray scale release white list;
and under the condition that the application service request does not belong to the gray scale release white list, determining that the application service request does not belong to gray scale release.
In a second implementation manner, the processor 303 is specifically configured to determine whether the obtained application service request belongs to a gray release according to the following manner:
acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release or not;
and judging whether the application service request belongs to gray release or not based on the gray identification.
The server node in the embodiment of the invention can be an application server node or a foreground server node.
The processing device 300 for application distribution in the embodiment of the present invention may be an application distribution node or a component inside the application distribution node, which is not limited in the embodiment of the present invention.
After acquiring the application service request, the processing device 300 for application release according to the embodiment of the present invention distributes the application service request belonging to the gray release to the server node in the gray application environment or distributes the application service request not belonging to the gray release to the server node in the non-gray application environment based on the gray routing rule pre-configured by the gray release management engine, and thus logical division between the gray release and the non-gray release can be achieved without carrying a gray label in each application request.
The communication interface according to the embodiments of the present invention communicates with other devices or communication Networks, such as ethernet, Radio Access Network (RAN), Wireless Local Area Networks (WLAN), and the like.
The Memory according to the above embodiments of the present invention may be a Read-Only Memory (ROM), a Random Access Memory (RAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic disk storage medium or other magnetic storage devices, or any other medium that can be used to carry or store desired program codes in the form of instructions or data structures and that can be accessed by a computer, but is not limited to this, and may be a combination of the above memories, for example.
The processor according to the above embodiments of the present invention may be a general Central Processing Unit (CPU).
Embodiments of the present invention will be described in detail below with reference to a method for processing application distribution according to an embodiment of the present invention.
Fig. 4 is a flowchart of a processing method for issuing an application according to an embodiment of the present invention, where an execution subject of the method shown in fig. 4 is a server node, and the server node may be an application server node or a foreground server node. As shown in fig. 4, the method for processing application release provided in the embodiment of the present invention includes:
s101: the first server node acquires an application service request distributed by the application distribution node according to the gray level routing rule.
The gray scale release management engine in the embodiment of the invention is pre-configured with a gray scale routing rule, and instructs an application distribution node to distribute an application service request belonging to gray scale release to a gray scale application environment or distribute an application service request not belonging to gray scale release to a non-gray scale application environment through the gray scale routing rule.
And after receiving the application service request, the gray level publishing node calls a gray level routing rule configured in advance by a gray level publishing management engine, and distributes the application service request to a gray level application environment or a non-gray level application environment based on the gray level routing rule.
A first server node, such as a Web server or an App server, in the grayscale application environment or the non-grayscale application environment receives an application service request distributed by the distribution node, and then S102 is executed.
S102: and the first server node calls a second server node in the grayscale application environment or the non-grayscale application environment to provide service for the received application service request based on the cached grayscale node list.
In the embodiment of the invention, the gray level publishing management engine is configured with the gray level node list in advance, namely, the server nodes in the gray level node list are the server nodes for gray level publishing. In the embodiment of the invention, a first server node calls and caches a gray level node list configured in a gray level release management engine in advance, and calls a second server node in a gray level application environment or a non-gray level application environment to provide service for an acquired application service request based on the gray level node list.
The second server node that services the application service request may be, for example, a Web server or an Appserver.
In the embodiment of the present invention, the first server node calls the second server node in the grayscale application environment or the non-grayscale application environment based on the cached grayscale node list, and may adopt the following manner, as shown in fig. 5, including:
s1021: the first server node acquires and caches a gray node list configured in advance in the gray release management engine.
S1022: and the first server node judges whether the IP address of the first server node belongs to the cached gray node list or not.
S1023 a: and calling a second server node in the grayscale application environment under the condition that the IP address of the first server node belongs to the grayscale node list.
S1023 b: and calling a second server node in the non-grayscale application environment under the condition that the IP address of the first server node does not belong to the grayscale node list.
According to the processing method for application release provided by the embodiment of the invention, after the first server node receives the application service request distributed by the application distribution node based on the gray scale release management engine to pre-configure the gray scale routing rule, the server node in the gray scale application environment or the non-gray scale application environment is called based on the gray scale node list to provide service for the application service request, the server node in the same application environment can be used for providing service for the application request, and the development and the transformation of codes are small, so that the gray scale release of the application can be realized more efficiently and simply through the processing method.
Fig. 6 is a flowchart of a processing method for application publishing according to an embodiment of the present invention, where an execution subject of the method shown in fig. 6 is an application distribution node. As shown in fig. 6, the method for processing application release provided in the embodiment of the present invention includes:
s201: and the application distribution node acquires the application service request and the gray level routing rule.
The gray routing rule is configured in advance by the gray release management engine, and the application distribution node can distribute the application service request belonging to the gray release to the gray application environment or distribute the application service request not belonging to the gray release to the non-gray application environment based on the gray routing rule.
S202: the application distribution node determines whether the acquired application service request belongs to the gray release, if the application service request belongs to the gray release, S203a is executed, and if the application service request does not belong to the gray release, S203b is executed.
S203 a: the application distribution node distributes the application service request belonging to the gray release to the server nodes in the gray application environment.
S203 b: the application distribution node distributes application service requests not belonging to the gray release to server nodes in the non-gray application environment.
In the embodiment of the present invention, the manner of determining whether the obtained application service request belongs to the gray release by the application distribution node may be as shown in fig. 7:
s2021 a: and acquiring a gray release white list pre-configured by a gray release management engine.
The gray scale distribution management engine may configure a gray scale distribution white list belonging to gray scale distribution in advance, and the gray scale distribution management engine may configure the gray scale distribution white list based on a mobile phone number of a user, a salesman list, a business hall list, a certain class of customers, a certain area of customers, an interface of a certain channel (operation performed by a mobile phone client), and the like, for example, configure a number belonging to 1390531 × of the mobile phone number of the user as the gray scale distribution white list.
S2022 a: and judging whether the application service request belongs to a gray scale release white list or not, if so, determining that the application service request belongs to gray scale release, and if not, determining that the application service request does not belong to gray scale release.
In the embodiment of the present invention, the manner that the application distribution node determines whether the obtained application service request belongs to the gray release may also be as shown in fig. 8:
s2021 b: and acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release.
In the embodiment of the invention, some application service requests which can be circulated without specific rules can be stored in a background database in a list form, and the application service requests which belong to gray release are marked in the background database. The foreground server receives the application service request, then inquires whether the application service request belongs to the application service request of gray release in the background database, and adds a gray identification representing whether the application service request belongs to the gray release to the application service request according to the inquiry result.
S2022 b: and judging whether the application service request belongs to gray release or not based on the gray identification.
The application distribution node acquires a gray scale identifier which is sent by the foreground server and used for representing whether the application service request belongs to gray scale release or not, and judges whether the acquired application service request belongs to gray scale release or not based on the acquired gray scale identifier.
According to the processing method for application release provided by the embodiment of the invention, after the application distribution node acquires the application service request, the application service request belonging to the gray release is distributed to the server node in the gray application environment based on the gray routing rule pre-configured by the gray release management engine, or the application service request not belonging to the gray release is distributed to the server node in the non-gray application environment, and the logic division of the gray release and the non-gray release can be realized without carrying a gray label in each application request.
The following describes a processing method for application distribution according to an embodiment of the present invention with reference to practical applications.
Fig. 9 shows an application distribution routing process of the configurable gray scale distribution white list according to an embodiment of the present invention. In the embodiment of the present invention, a gray scale publishing management engine pre-configures a gray scale publishing white list and a gray scale routing rule, for example, a user whose user number belongs to 1381045 × 13905310010-13905310020 is used as an experience user of gray scale publishing, and an application distribution node obtains the gray scale publishing white list and the gray scale routing rule from the gray scale publishing engine, in the embodiment of the present invention, a plug-in may be set in the application distribution node, for example, nginx obtains the gray scale publishing white list and the gray scale routing rule through a lua script, and judges whether a user who currently initiates an application service request is an experience user of gray scale publishing through the gray scale white list, and distributes the application service request of the user to a gray scale application environment or a non-gray scale application environment according to a judgment result and the gray scale routing rule, and a specific routing flow is shown in fig. 9:
s301: a user (e.g., a browser) sends a login request to an application distribution node (e.g., a 7-tier load balancer Nginx).
S302: and the application distribution node randomly selects a Web Server to receive the login request sent by the user.
S303: the Web Server sends a user information query request to the database.
S304: the database feeds back the queried user information to the Web Server.
S305: the Web Server authenticates the user, determines whether the user is an experience user of gray-scale release based on the content in the user information, such as a mobile phone number, and sets the Cookie of the user. And the Web Server displays a login jump page to the application distribution node.
S306: after a user logs in, an application service request is sent to an application distribution node, wherein the application service request comprises Cookie information, and the Cookie information comprises a mark of whether the user is an experience user who is issued in a gray scale.
S307: the application distribution node judges whether the user is an experience user for gray scale release or not based on the Cookie information contained in the application service request.
S308: the application distribution node distributes the application service request to a Web Server in a gray scale application environment based on a gray scale routing rule.
S309: an eBus (enterprise information bus) in a Web Server in a gray-scale application environment judges whether the IP address of the Web Server belongs to a cached gray-scale node list or not, and calls an application Server in the same application environment to provide service for an application service request according to a judgment result. The embodiment of the invention assumes that the IP address of the Web Server belongs to the cached gray node list.
S3010: the Web Server calls a service 1 in the application Server 1 in the grayscale application environment.
S3011: when the service 1 continues to call other services 2, the eBus in the application server 1 determines whether the IP address of the application server 1 belongs to the cached gray node list. In the embodiment of the present invention, it is assumed that the IP address of the application server 1 belongs to the cached gray node list.
S3012: the application server 1 calls a service 2 in the application server 2 in the grayscale application environment.
S3013: the application server 2 responds to the application server 1 and returns a calling result.
S3014: the application Server 1 responds to the Web Server in the grayscale application environment, and returns a calling result.
S3015: and the Web Server in the gray-scale application environment responds to the application distribution node and returns a calling result.
S3016: the application distribution node returns the results to the user.
Fig. 10 shows an application distribution routing process that is not configurable in the gray release list according to an embodiment of the present invention. In the embodiment of the present invention, an unconfigurable grayscale issuance list is stored in a background database, when a user initiates a login request, a foreground server receives the user login request and then queries whether the user is an experience user for grayscale issuance in the background database, and adds a grayscale identifier representing whether an application service request belongs to grayscale issuance according to a query result, an application distribution node determines whether the user is an experience user for grayscale issuance based on the grayscale identifier, and distributes the application service request of the user to a grayscale application environment or a non-grayscale application environment according to a grayscale routing rule obtained from a grayscale issuance management engine, where a specific routing flow is shown in fig. 10:
s401: a user (e.g., a browser) sends a login request to an application distribution node (e.g., a 7-tier load balancer Nginx).
S402: and the application distribution node randomly selects a Web Server to receive the login request sent by the user.
S403: the Web Server sends a user information query request to the database.
S404: the database feeds back the inquired user information to the Web Server, the user information fed back by the database comprises a mark of whether the user is an experience user for gray scale release, and the embodiment of the invention assumes that the user is the experience user for gray scale release.
S405: the Web Server authenticates the user and sets the Cookie of the user, and the Cookie information comprises the gray level identification of the experience user issued by the user as the gray level. And the Web Server displays a login jump page to the application distribution node.
S406: after a user logs in, an application service request is sent to an application distribution node, wherein the application service request comprises Cookie information, and the Cookie information comprises a gray level identification of an experience user, which is issued by the user in a gray level mode.
S407: and the application distribution node judges that the user is an experience user of gray scale release based on the Cookie information contained in the application service request.
S408: the application distribution node distributes the application service request to a Web Server in a gray scale application environment based on a gray scale routing rule.
S409: an eBus (enterprise information bus) in a Web Server in a gray-scale application environment judges whether the IP address of the Web Server belongs to a cached gray-scale node list or not, and calls an application Server in the same application environment to provide service for an application service request according to a judgment result. The embodiment of the invention assumes that the IP address of the Web Server belongs to the cached gray node list.
S4010: the Web Server calls a service 1 in the application Server 1 in the grayscale application environment.
S4011: when the service 1 continues to call other services 2, the eBus in the application server 1 determines whether the IP address of the application server 1 belongs to the cached gray node list. In the embodiment of the present invention, it is assumed that the IP address of the application server 1 belongs to the cached gray node list.
S4012: the application server 1 calls a service 2 in the application server 2 in the grayscale application environment.
S4013: the application server 2 responds to the application server 1 and returns a calling result.
S4014: the application Server 1 responds to the Web Server in the grayscale application environment, and returns a calling result.
S4015: and the Web Server in the gray-scale application environment responds to the application distribution node and returns a calling result.
S4016: the application distribution node returns the results to the user.
It should be noted that in the method flows shown in fig. 8 and fig. 9 in the embodiment of the present invention, the user is taken as an experience user for gray-scale publishing, and the IP address of the application Server belongs to the gray-scale node list, and for a case that the user does not belong to the experience user for gray-scale publishing, the application service request is distributed to the Web Server in the non-gray-scale application environment, and for a case that the IP address of the application Server does not belong to the gray-scale node list, the application Server in the non-gray-scale application environment is called, and the implementation process is similar, and the embodiment of the present invention is not described herein again.
It should be further noted that, in the embodiment of the present invention, fig. 9 and fig. 10 are only described by taking a user as a browser and performing information transfer through cookies as an example, but the processing method for application release provided in the embodiment of the present invention is not limited to the examples listed in the above embodiments, and for example, gray scale release of an application may be performed according to a user belonging area, gray scale release of an application may be performed according to an operator hall, and gray scale release invoked for an external interface without Cookie information may be performed. The application distribution routing flow that is not configurable in the gray distribution list shown in fig. 10 can be referred to according to the user home region and according to the gray distribution performed by the operator hall. For the gray release called by the external interface without Cookie information, an application release routing process of a configurable gray release white list can be adopted, a unique interface identifier is allocated for each external service calling party, a gray release management engine pre-configures the gray release white list of the interface identifier requested by the external interface, the gray release request of the external interface calling party participating in the gray release carries the interface identifier, an application distribution node matches the interface identifier carried in the gray release request with the gray release white list and distributes the request to a server node in a gray application environment or a non-gray application environment, and the specific routing process can be referred to as shown in fig. 11.
Based on the processing method for gray scale publishing related to the foregoing embodiment, an embodiment of the present invention further provides a processing apparatus 1100 for application publishing, and as shown in fig. 12, the processing apparatus 1100 for application publishing provided by the embodiment of the present invention includes an obtaining unit 1101 and a calling unit 1102, where:
an obtaining unit 1101 is configured to obtain an application service request distributed by an application distribution node according to a grayscale routing rule. The gray scale routing rules are pre-configured by the gray scale release management engine and are used for instructing the application distribution node to distribute application service requests belonging to gray scale release to the gray scale application environment or to distribute application service requests not belonging to gray scale release to the non-gray scale application environment.
The invoking unit 1102 is configured to invoke a server node in a grayscale application environment or a non-grayscale application environment to provide a service for the application service request acquired by the acquiring unit 1101, based on the cached grayscale node list.
In a first implementation form of the method,
the obtaining unit 1101 is further configured to obtain and cache a gray level node list configured in advance in the gray level release management engine;
the calling unit 1102 is specifically configured to call a server node in a grayscale application environment or a non-grayscale application environment based on the cached grayscale node list as follows:
judging whether the IP address of the processing device 1100 issued by the application belongs to the gray node list or not;
calling a server node in a grayscale application environment in the case that the IP address of the processing device 1100 to which the application is issued belongs to the grayscale node list;
in the case where the IP address of the processing device 1100 to which the application is issued does not belong to the grayscale node list, a server node in a non-grayscale application environment is called.
In a second implementation manner, a server node in a grayscale application environment or a non-grayscale application environment in the embodiment of the present invention is an application server node or a foreground server node.
The processing apparatus 1100 for application distribution in the embodiment of the present invention may be a server node, for example, a Web server node or an application server node, and of course, the processing device 200 for application distribution may also be a component in the server node, which is not limited in the embodiment of the present invention.
The processing apparatus 1100 for application distribution according to the embodiment of the present invention receives an application service request distributed by an application distribution node based on a gray scale distribution management engine to pre-configure a gray scale routing rule, calls a server node in a gray scale application environment or a non-gray scale application environment based on a gray scale node list to provide a service for the application service request, and can provide a service for the application request by using the server node in the same application environment, and development and modification of a code are small, so that gray scale distribution of an application can be efficiently and simply implemented by using the present invention.
The processing apparatus 1100 for application release according to the embodiment of the present invention can be used to execute the method flows shown in fig. 4 and fig. 5, so that for the place where the description of the processing apparatus 1100 for application release according to the embodiment of the present invention is not detailed enough, refer to the descriptions of fig. 4 and fig. 5 and the related method embodiments, and are not described again here.
Based on the processing method of the grayscale release according to the above embodiment, the embodiment of the present invention further provides a processing apparatus 1200 for application release, and as shown in fig. 13, the processing apparatus 1200 for application release according to the embodiment of the present invention includes an obtaining unit 1201, a determining unit 1202, and a distributing unit 1203, where:
an obtaining unit 1201 is configured to obtain the application service request and the grayscale routing rule.
The gray scale routing rule is pre-configured by the gray scale release management engine and is used for instructing the application distribution node to distribute the application service request belonging to the gray scale release to the gray scale application environment or to distribute the application service request not belonging to the gray scale release to the non-gray scale application environment.
A determining unit 1202, configured to determine whether the application service request acquired by the acquiring unit 1201 belongs to gray release.
A distributing unit 1203, configured to distribute, based on the grayscale routing rule acquired by the acquiring unit 1201, an application service request belonging to grayscale release to a server node in a grayscale application environment, or distribute an application service request not belonging to grayscale release to a server node in a non-grayscale application environment.
In a first implementation form of the method,
the obtaining unit 1201 is further configured to: and acquiring a gray release white list pre-configured by a gray release management engine.
The determining unit 1202 is specifically configured to determine whether the application service request belongs to gray release according to the following manner:
determining that the application service request belongs to gray release under the condition that the application service request belongs to the gray release white list acquired by the acquisition unit;
determining that the application service request does not belong to a gray release in the case that the application service request does not belong to the gray release white list acquired by the acquisition unit.
In a second implementation form of the method,
the obtaining unit 1201 is further configured to: and acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release.
The determining unit 1202 is specifically configured to determine whether the application service request belongs to gray release according to the following manner:
and judging whether the application service request belongs to gray release or not based on the gray identification acquired by the acquisition unit.
In a third implementation manner, a server node in a grayscale application environment or a non-grayscale application environment in the embodiment of the present invention is an application server node or a foreground server node.
The processing apparatus 1200 for application distribution in the embodiment of the present invention may be an application distribution node or a component inside the application distribution node, which is not limited in the embodiment of the present invention.
After acquiring the application service request, the processing apparatus 1200 for application distribution according to the embodiment of the present invention distributes the application service request belonging to the gray-scale distribution to the server node in the gray-scale application environment or distributes the application service request not belonging to the gray-scale distribution to the server node in the non-gray-scale application environment based on the gray-scale routing rule pre-configured by the gray-scale distribution management engine, and thus logical division between the gray-scale distribution and the non-gray-scale distribution can be achieved without carrying a gray-scale flag in each application request.
The processing apparatus 1200 for application publishing according to the embodiment of the present invention may be configured to execute the method flows shown in fig. 6, fig. 7, and fig. 8, so for the place where the description of the processing apparatus 1200 for application publishing according to the embodiment of the present invention is not detailed enough, reference may be made to the descriptions of fig. 6, fig. 7, and fig. 8 and the related method embodiments, and details are not repeated here.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (15)

1. A processing method for application release is characterized by comprising the following steps:
the method comprises the steps that a first server node obtains an application service request distributed by an application distribution node according to a gray level routing rule, wherein the gray level routing rule is pre-configured by a gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to gray level release to a gray level application environment or distribute the application service request not belonging to gray level release to a non-gray level application environment;
and the first server node calls a second server node in a gray scale application environment or a non-gray scale application environment to provide service for the application service request based on the cached gray scale node list.
2. The method of claim 1, wherein the first server node invoking a second server node in a grayscale application environment or a non-grayscale application environment based on a cached grayscale node list, comprising:
the first server node acquires and caches a gray node list configured in advance in a gray release management engine;
the first server node judges whether the IP address of the first server node belongs to the gray node list or not;
calling a second server node in a gray application environment under the condition that the IP address of the first server node belongs to the gray node list;
and calling a second server node in a non-gray application environment under the condition that the IP address of the first server node does not belong to the gray node list.
3. The method according to claim 1 or 2, wherein the first server node is an application server node or a foreground server node and the second server node is an application server node or a foreground server node.
4. A processing method for application release is characterized by comprising the following steps:
the method comprises the steps that an application distribution node acquires an application service request and a gray level routing rule, wherein the gray level routing rule is pre-configured by a gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to gray level release to a gray level application environment or distribute the application service request not belonging to gray level release to a non-gray level application environment; the grayscale application environment comprises a plurality of server nodes, and the non-grayscale application environment comprises a plurality of server nodes;
the application distribution node judges whether the application service request belongs to gray scale release;
the application distribution node distributes the application service request belonging to the gray scale issue to a server node in a gray scale application environment based on the gray scale routing rule, so that the server node receiving the application service request calls other server nodes in the gray scale application environment to provide service for the application request, or distributes the application service request not belonging to the gray scale issue to a server node in a non-gray scale application environment, so that the server node receiving the application service request calls other server nodes in the non-gray scale application environment to provide service for the application request.
5. The method of claim 4, wherein determining whether the application service request pertains to a gray scale release comprises:
acquiring a gray release white list pre-configured by a gray release management engine;
determining that the application service request belongs to gray scale release under the condition that the application service request belongs to the gray scale release white list;
and under the condition that the application service request does not belong to the gray scale release white list, determining that the application service request does not belong to gray scale release.
6. The method of claim 4, wherein determining whether the application service request pertains to a gray scale release comprises:
acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release or not;
and judging whether the application service request belongs to gray release or not based on the gray identification.
7. The method of any of claims 4 to 6, wherein the server node is an application server node or a foreground server node.
8. An apparatus for processing application publication, comprising:
the system comprises an acquisition unit, a data processing unit and a data processing unit, wherein the acquisition unit is used for acquiring an application service request distributed by an application distribution node according to a gray level routing rule, and the gray level routing rule is pre-configured by a gray level release management engine and is used for indicating the application distribution node to distribute the application service request belonging to gray level release to a gray level application environment or distribute the application service request not belonging to gray level release to a non-gray level application environment;
and the calling unit is used for calling the server nodes in the grayscale application environment or the non-grayscale application environment to provide services for the application service requests acquired by the acquisition unit based on the cached grayscale node list.
9. The apparatus of claim 8,
the acquisition unit is also used for acquiring and caching a pre-configured gray level node list in the gray level release management engine;
the calling unit is specifically configured to call a server node in a grayscale application environment or a non-grayscale application environment based on the cached grayscale node list in the following manner, and includes:
judging whether the IP address of the processing device issued by the application belongs to the gray node list or not;
calling a server node in a gray level application environment under the condition that the IP address of the processing device issued by the application belongs to the gray level node list;
and calling a server node in a non-gray-scale application environment under the condition that the IP address of the processing device issued by the application does not belong to the gray-scale node list.
10. The apparatus of claim 8 or 9, wherein the server node is an application server node or a foreground server node.
11. An apparatus for processing application publication, comprising:
the system comprises an acquisition unit, a gray level routing management engine and a gray level distribution management unit, wherein the acquisition unit is used for acquiring application service requests and gray level routing rules, and the gray level routing rules are pre-configured by the gray level distribution management engine and are used for indicating an application distribution node to distribute the application service requests belonging to gray level distribution to a gray level application environment or distribute the application service requests not belonging to gray level distribution to a non-gray level application environment; the grayscale application environment comprises a plurality of server nodes, and the non-grayscale application environment comprises a plurality of server nodes;
the judging unit is used for judging whether the application service request acquired by the acquiring unit belongs to gray release or not;
the distribution unit is used for distributing the application service request belonging to the gray release to a server node in a gray application environment based on the gray routing rule acquired by the acquisition unit, so that the server node receiving the application service request calls other server nodes in the gray application environment to provide service for the application request, or the application service request not belonging to the gray release is distributed to a server node in a non-gray application environment, so that the server node receiving the application service request calls other server nodes in the non-gray application environment to provide service for the application request.
12. The apparatus of claim 11,
the obtaining unit is further configured to: acquiring a gray release white list pre-configured by a gray release management engine;
the judging unit is specifically configured to judge whether the application service request belongs to gray release in the following manner:
determining that the application service request belongs to gray release under the condition that the application service request belongs to the gray release white list acquired by the acquisition unit;
determining that the application service request does not belong to a gray release in the case that the application service request does not belong to the gray release white list acquired by the acquisition unit.
13. The apparatus of claim 11,
the obtaining unit is further configured to: acquiring a gray scale identifier which is sent by a foreground server and used for representing whether the application service request belongs to gray scale release or not;
the judging unit is specifically configured to judge whether the application service request belongs to gray release in the following manner:
and judging whether the application service request belongs to gray release or not based on the gray identification acquired by the acquisition unit.
14. The apparatus of any one of claims 11 to 13, wherein the server node is an application server node or a foreground server node.
15. An application distribution system comprising a gray scale distribution management engine, an application distribution node, and a cluster of server nodes, wherein,
the gray release management engine is used for configuring a gray routing rule and a gray node list in advance;
the application distribution node is the processing device for application release according to any one of claims 11 to 14, and is configured to distribute application service requests belonging to gray release to server nodes in a gray application environment or distribute application service requests not belonging to gray release to server nodes in a non-gray application environment based on a gray routing rule pre-configured by the gray release management engine;
the server node cluster includes at least one processing device for application publication according to any one of claims 8 to 10, and is configured to obtain an application service request distributed by an application distribution node according to a grayscale routing rule, and invoke a second server node in a grayscale application environment or a non-grayscale application environment to provide a service for the application service request based on a grayscale node list pre-configured by the grayscale publication management engine.
CN201410804709.7A 2014-12-22 2014-12-22 Application release processing method, device and system Active CN105791341B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410804709.7A CN105791341B (en) 2014-12-22 2014-12-22 Application release processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410804709.7A CN105791341B (en) 2014-12-22 2014-12-22 Application release processing method, device and system

Publications (2)

Publication Number Publication Date
CN105791341A CN105791341A (en) 2016-07-20
CN105791341B true CN105791341B (en) 2020-01-17

Family

ID=56385234

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410804709.7A Active CN105791341B (en) 2014-12-22 2014-12-22 Application release processing method, device and system

Country Status (1)

Country Link
CN (1) CN105791341B (en)

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106878045B (en) * 2016-10-11 2020-04-28 阿里巴巴集团控股有限公司 Service calling method and device
CN108108175B (en) * 2016-11-24 2021-05-25 百度在线网络技术(北京)有限公司 Method and device for gray scale publishing
CN106789202A (en) * 2016-12-08 2017-05-31 努比亚技术有限公司 service management device and method
CN108319468B (en) * 2017-01-16 2021-10-15 北京京东尚科信息技术有限公司 Gray scale publishing method, device and system and electronic equipment
CN107147651B (en) * 2017-05-18 2020-07-31 深圳房讯通信息技术有限公司 Gray level publishing system and publishing method thereof
CN106998369A (en) * 2017-05-26 2017-08-01 努比亚技术有限公司 Gray scale dissemination method, gateway blocker and computer-readable recording medium
CN107341008A (en) * 2017-06-22 2017-11-10 上海艾融软件股份有限公司 Micro services gray scale dissemination method
CN109412957A (en) * 2017-08-17 2019-03-01 阿里巴巴集团控股有限公司 Traffic scheduling method, device and system and electronic equipment
CN107656742A (en) * 2017-09-27 2018-02-02 北京奇虎科技有限公司 A kind of software product dissemination method and device
CN107920112B (en) * 2017-11-01 2022-04-22 重庆金融资产交易所有限责任公司 Configuration file pushing method supporting gray mode, central server and storage medium
CN108319656A (en) * 2017-12-29 2018-07-24 中兴通讯股份有限公司 Realize the method, apparatus and calculate node and system that gray scale is issued
CN108376118B (en) * 2018-02-09 2021-07-13 腾讯科技(深圳)有限公司 Service distribution system, method, device and storage medium
CN110365502B (en) * 2018-03-26 2021-04-09 华为技术有限公司 Service upgrade management method, device and storage medium
CN108494867B (en) * 2018-04-04 2021-05-14 广州方硅信息技术有限公司 Method, device and system for service gray processing and routing server
CN108881030B (en) * 2018-06-07 2022-02-25 腾讯科技(深圳)有限公司 Routing method and device in gray release scene
CN108880896B (en) * 2018-06-29 2021-06-25 中国农业银行股份有限公司 Program gray level publishing method and device based on mainframe
CN109241704B (en) * 2018-07-12 2021-08-24 创新先进技术有限公司 Gray scale release method and device for new script
CN109739527B (en) * 2018-11-20 2022-07-08 北京奇艺世纪科技有限公司 Method, device, server and storage medium for client gray scale release
CN109857428A (en) * 2018-12-29 2019-06-07 大唐软件技术股份有限公司 Gray scale dissemination method for IOM system
CN110120971B (en) * 2019-04-17 2022-12-06 北京奇艺世纪科技有限公司 Gray scale publishing method and device and electronic equipment
CN110708362B (en) * 2019-09-19 2021-02-05 贝壳找房(北京)科技有限公司 Call relation determining method and device, storage medium and electronic equipment
CN110673893B (en) * 2019-09-24 2023-06-09 携程计算机技术(上海)有限公司 Application program configuration method, system, electronic device and storage medium
CN111338824B (en) * 2020-02-27 2023-08-15 中国联合网络通信集团有限公司 Gray release method and device, electronic equipment and storage medium
CN111786885B (en) * 2020-06-23 2022-07-05 中国工商银行股份有限公司 Distributed full-link gray level routing method and device
CN113010438A (en) * 2021-04-27 2021-06-22 口碑(上海)信息技术有限公司 Request message processing system, method and device and electronic equipment
CN114268665B (en) * 2021-12-28 2023-11-21 中国农业银行股份有限公司 Micro service system release method, device, equipment and readable storage medium
CN115051987B (en) * 2022-06-06 2024-04-16 瞳见科技有限公司 Mobile terminal service distribution system and method for multiple nodes
CN115022398A (en) * 2022-07-14 2022-09-06 中国工商银行股份有限公司 Interface calling method and device based on API open platform and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103095743A (en) * 2011-10-28 2013-05-08 阿里巴巴集团控股有限公司 Handling method and system of grey release
CN104156246A (en) * 2014-08-12 2014-11-19 小米科技有限责任公司 Method and device for gray scale upgrade

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103095743A (en) * 2011-10-28 2013-05-08 阿里巴巴集团控股有限公司 Handling method and system of grey release
CN104156246A (en) * 2014-08-12 2014-11-19 小米科技有限责任公司 Method and device for gray scale upgrade

Also Published As

Publication number Publication date
CN105791341A (en) 2016-07-20

Similar Documents

Publication Publication Date Title
CN105791341B (en) Application release processing method, device and system
CN108632374B (en) Software gray level release method and device
CN105979009B (en) A kind of increase load automatic balancing method for cloud application container
CN108173774B (en) Client upgrading method and system
CN109871224A (en) A kind of gray scale dissemination method, system, medium and equipment based on user identifier
US9071609B2 (en) Methods and apparatus for performing dynamic load balancing of processing resources
CN104954468A (en) Resource allocation method and resource allocation device
CN110489126B (en) Compiling task execution method and device, storage medium and electronic device
CN112632566B (en) Vulnerability scanning method and device, storage medium and electronic equipment
CN103176790A (en) Application releasing method and application releasing system
US20140304713A1 (en) Method and apparatus for distributed processing tasks
US8856365B2 (en) Computer-implemented method, computer system and computer readable medium
CN111857974A (en) Service access method and device based on load balancer
CN112579622B (en) Method, device and equipment for processing service data
CN104995899A (en) Server load management
CN110691042A (en) Resource allocation method and device
CN102163197A (en) Skin changing method, system and device
EP2256633A2 (en) Service provider management device, service provider management program, and service provider management method
CN109428926A (en) A kind of method and apparatus of scheduler task node
CN113645288B (en) Data downloading method and device, computer equipment and storage medium
CN107634854B (en) Service data processing method and device
CN106657195B (en) Task processing method and relay device
CN107045452B (en) Virtual machine scheduling method and device
CN111510491A (en) Resource access method, cache server, storage medium and electronic device
CN105897754A (en) Data processing system, data pulling method and client

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20200201

Address after: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee after: HUAWEI TECHNOLOGIES Co.,Ltd.

Address before: 210012 HUAWEI Nanjing base, 101 software Avenue, Yuhuatai District, Jiangsu, Nanjing

Patentee before: Huawei Technologies Co.,Ltd.

TR01 Transfer of patent right