CN110677348B - Data distribution method, access method and respective devices based on cache cluster routing - Google Patents

Data distribution method, access method and respective devices based on cache cluster routing Download PDF

Info

Publication number
CN110677348B
CN110677348B CN201910878127.6A CN201910878127A CN110677348B CN 110677348 B CN110677348 B CN 110677348B CN 201910878127 A CN201910878127 A CN 201910878127A CN 110677348 B CN110677348 B CN 110677348B
Authority
CN
China
Prior art keywords
cache
data
hash
hash ring
routing
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
CN201910878127.6A
Other languages
Chinese (zh)
Other versions
CN110677348A (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.)
Ant Fortune Shanghai Financial Information Service Co 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 CN201910878127.6A priority Critical patent/CN110677348B/en
Publication of CN110677348A publication Critical patent/CN110677348A/en
Application granted granted Critical
Publication of CN110677348B publication Critical patent/CN110677348B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/745Address table lookup; Address filtering
    • H04L45/7453Address table lookup; Address filtering using hashing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/54Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data

Abstract

The embodiment of the specification provides a data distribution method, an access method and respective devices based on cache cluster routing, wherein the data distribution method based on the cache cluster routing comprises the following steps: dividing the data into a plurality of groups of cache clusters according to use scenes, establishing a hash ring based on IP addresses of cache machines in the cache clusters by using a routing tool according to a hash consistency algorithm aiming at each group of cache clusters, determining a cache cluster group identification corresponding to a target unique identification of the data when the data is updated, inquiring the hash ring of the corresponding cache cluster according to the cache cluster group identification, calculating the IP address mapped to the target unique identification of the data in the hash ring by using the routing tool according to the hash consistency algorithm, and sending the IP address to a cache machine which is fixedly corresponding to the target use scenes, wherein the IP address is equivalent to the target unique identification of the data, the data redundancy is low, the utilization rate of cache resources is further improved, and therefore, the purpose of enhancing the capacity capability is realized.

Description

Data distribution method, access method and respective devices based on cache cluster routing
Technical Field
The embodiment of the specification relates to the technical field of computers, in particular to a data distribution method and an access method based on cache cluster routing. One or more embodiments of the present specification also relate to a data distribution apparatus, an access apparatus, a computing device, and a computer-readable storage medium based on cache cluster routing.
Background
In a network system, the efficiency of data access has a significant impact on the overall network system. Because the efficiency of cache is higher than that of a disk, people tend to use a cache cluster mode to store and access data. The cache cluster is a computer cluster providing cache service to the outside.
In a cache cluster, cache cluster routing has a crucial influence on the capacity and the access capability of the cache cluster. Therefore, it is a concern that better storage and access capabilities can be achieved based on what cache cluster routing is.
Disclosure of Invention
In view of this, embodiments of the present specification provide a data distribution method and an access method based on cache cluster routing. One or more embodiments of the present disclosure also relate to a data distribution apparatus, an access apparatus, a computing device, and a computer-readable storage medium based on cache cluster routing, so as to solve technical deficiencies in the prior art.
According to a first aspect of the embodiments of the present specification, there is provided a data distribution method based on cache cluster routing, which is applied to a distribution server, where the cache cluster is divided into multiple groups of cache clusters according to usage scenarios, and the distribution server establishes, in advance for each group of cache clusters, a hash ring based on IP addresses of cache machines in the cache clusters by using a routing tool according to a hash consistency algorithm, and the method includes: when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data; inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data; calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool; and distributing the data to the IP address mapped by the target unique identification of the data for caching.
Optionally, the method further comprises: receiving heartbeat messages sent by each cache machine, wherein the heartbeat messages are sent by each cache machine according to the IP address of the distribution server acquired from a registration center; obtaining the IP addresses of the cache machines from the heartbeat message; and when the corresponding cache machine is determined to be offline or online according to the heartbeat message, reestablishing the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located by using a routing tool according to a hash consistency algorithm.
Optionally, the method further comprises: and synchronizing the hash ring to a registration center so that the data request end can determine the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
According to a second aspect of the embodiments of the present specification, there is provided a data distribution apparatus based on cache cluster routing, configured in a distribution server, where the cache cluster is divided into multiple groups of cache clusters according to usage scenarios, and the distribution server establishes, in advance for each group of cache cluster, a hash ring based on IP addresses of cache machines in the cache cluster according to a hash consistency algorithm by using a routing tool, respectively, where the apparatus includes: the group determination module is configured to determine a cache cluster group identifier corresponding to the target unique identifier of the data when the data is updated. And the ring query module is configured to query the hash ring of the corresponding cache cluster according to the cache cluster group identifier corresponding to the target unique identifier of the data. A distribution calculation module configured to calculate, using the routing tool, an IP address to which the target unique identifier of the data is mapped in the hash ring according to the hash consistency algorithm. A data distribution module configured to distribute the data to an IP address to which the target unique identifier of the data is mapped for caching.
Optionally, the method further comprises: and the heartbeat receiving module is configured to receive heartbeat messages sent by the cache machines, wherein the heartbeat messages are sent by the cache machines according to the IP addresses of the distribution servers acquired from the registration center. An IP obtaining module configured to obtain the IP addresses of the cache machines from the heartbeat message. And the ring updating module is configured to reestablish the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located according to the hash consistency algorithm by using a routing tool when the corresponding cache machine is determined to be offline or online according to the heartbeat message.
Optionally, the method further comprises: and the ring synchronization module is configured to synchronize the hash ring to a registration center so that the data request end determines the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
According to a third aspect of the embodiments of the present specification, there is provided a data access method based on cache cluster routing, which is applied to a data request end, where the cache cluster is divided into multiple groups of cache clusters according to usage scenarios, and a distribution server establishes, in advance for each group of cache clusters, a hash ring based on IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool, respectively, where the method includes: acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested; calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm; and sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
Optionally, the obtaining, according to the cache cluster group identifier corresponding to the target unique identifier of the data to be requested, the hash ring of the corresponding cache cluster includes: and obtaining the hash ring corresponding to the cache set group identification corresponding to the target unique identification of the data to be requested from the registration center.
According to a fourth aspect of the embodiments of the present specification, there is provided a data access apparatus based on cache cluster routing, configured at a data request end, where the cache cluster is divided into multiple groups of cache clusters according to usage scenarios, and a distribution server establishes, in advance for each group of cache clusters, a hash ring based on IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool, respectively, where the apparatus includes: and the ring acquisition module is configured to acquire the hash ring of the corresponding cache cluster according to the cache cluster group identifier corresponding to the target unique identifier of the data to be requested. And the mapping calculation module is configured to calculate the IP address mapped to the target unique identifier of the data to be requested in the hash ring according to the hash consistency algorithm by using a routing tool. And the data access module is configured to send out the access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
Optionally, the ring obtaining module is configured to obtain, from a registry, a hash ring corresponding to a cache set group identifier corresponding to the target unique identifier of the data to be requested, where the hash ring is synchronized to the registry by the distribution server.
According to a fifth aspect of embodiments herein, there is provided a computing device comprising: a memory and a processor; the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to: when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data; inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data; calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool; distributing the data to an IP address mapped by the target unique identifier of the data for caching; the distribution server establishes a hash ring based on the IP addresses of the cache machines in the cache cluster according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance.
According to a sixth aspect of embodiments herein, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of any one of the cache cluster routing-based data distribution methods.
According to a seventh aspect of embodiments herein, there is provided a computing device comprising: a memory and a processor; the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to: acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested; calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm; sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested; the distribution server establishes a hash ring based on the IP addresses of the cache machines in the cache cluster according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance.
According to an eighth aspect of embodiments herein, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, perform any one of the steps of the cache cluster routing-based data access method.
In one aspect of the present specification, a data distribution method based on cache cluster routing is implemented, which is applied to a distribution server, and since updated data may be of various types, data labels are different, and corresponding usage scenarios are different, the cache cluster is divided into a plurality of groups of cache clusters according to usage scenarios, and the number and resources of cache machines in each group are configured according to resources required by the scenarios, so that resource utilization rate can be improved, and the distribution server establishes hash rings based on IP addresses of cache machines in the cache clusters in advance for each group of cache clusters by using a routing tool according to a hash consistency algorithm, determines a cache cluster group identifier corresponding to a target unique identifier of the data when the data is updated, queries the hash ring of the corresponding cache cluster according to the cache cluster group identifier, and uses the routing tool according to the hash consistency algorithm, the IP address mapped by the target unique identifier of the data in the hash ring is calculated, and the data is equivalently sent to a fixedly corresponding cache machine according to the target use scene, so that the data redundancy is low, the utilization rate of cache resources is further improved, and the aim of enhancing the capacity capability is fulfilled;
in another aspect of the present specification, a data access method based on cache cluster routing is implemented, where the data access method is applied to a data request end, and a hash ring of a corresponding cache cluster is obtained according to a cache cluster group identifier corresponding to a target unique identifier of data to be requested, and a routing tool is used to calculate, according to a hash consistency algorithm, an IP address to which the target unique identifier of the data to be requested is mapped in the hash ring, and send an access to the data to be requested to a cache machine of the IP address to which the target unique identifier of the data to be requested is mapped, so that the data can be quickly mapped to a fixed IP address by the hash consistency algorithm based on the target unique identifier, and thus, based on mapping rapidity and mapping consistency, rapidity and correctness of routing can be ensured, and access capability is high.
Drawings
Fig. 1 is a schematic system architecture diagram of a cache cluster according to an embodiment of the present disclosure;
fig. 2 is a flowchart of a data distribution method based on cache cluster routing according to an embodiment of the present specification;
fig. 3 is a schematic structural diagram of a data distribution apparatus based on cache cluster routing according to an embodiment of the present specification;
fig. 4 is a schematic structural diagram of a data distribution apparatus based on cache cluster routing according to another embodiment of the present specification;
FIG. 5 is a flowchart of a data access method based on cache cluster routing according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a data access apparatus based on cache cluster routing according to an embodiment of the present specification;
fig. 7 is a block diagram of a computing device according to an embodiment of the present disclosure.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present description. This description may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, as those skilled in the art will be able to make and use the present disclosure without departing from the spirit and scope of the present disclosure.
The terminology used in the description of the one or more embodiments is for the purpose of describing the particular embodiments only and is not intended to be limiting of the description of the one or more embodiments. As used in one or more embodiments of the present specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first can also be referred to as a second and, similarly, a second can also be referred to as a first without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
First, the noun terms to which one or more embodiments of the present specification relate are explained.
The target is as follows: are objects to which rights and obligations of both parties of the contracting party are commonly directed, e.g. investment targets such as: stocks, funds, bonds, foreign exchanges, etc.
Caching the cluster: is a cluster of computers that provides caching services externally.
Hash consistency algorithm: is a distributed hash implementation algorithm proposed by the institute of technology and technology of the Massachusetts in 1997. The value returned by the hash function may be represented as a hash ring.
In order to make the embodiments of the present specification easier to understand, a system architecture of a cache cluster related to one or more embodiments of the present specification is exemplarily described below with reference to fig. 1. Fig. 1 is a schematic diagram of a system architecture of a cache cluster according to one or more embodiments of the present description. As shown in fig. 1, the system may include: the system comprises a data request terminal 110, a distribution server 120, a registration center 130 and a plurality of groups of cache clusters 140, wherein each group of cache clusters comprises a plurality of cache machines 150.
The data request end 110 may be configured to issue an access to the cache machine 150 by applying the cache cluster routing-based data distribution method according to one or more embodiments of the present specification.
The distribution server 120 may be configured to distribute the data to the cache machine 150 when the data is updated by applying the data distribution method based on cache cluster routing according to one or more embodiments of the present specification.
The registry 130 may be configured to store the IP addresses of the distribution servers, and provide the IP addresses of the distribution servers to the caching machine 150 according to a request of the caching machine 150.
The caching machine 150 may be configured to receive data to be cached from the distribution server 120, cache the data to be cached, and send a heartbeat message to the distribution server 120 according to the IP address of the distribution server 120.
In the present specification, a data distribution method and an access method based on cache cluster routing are provided, and the present specification relates to a data distribution apparatus and a data access apparatus based on cache cluster routing, a computing device, and a computer readable storage medium, which are described in detail in the following embodiments one by one.
Fig. 2 is a flowchart illustrating a data distribution method based on cache cluster routing according to an embodiment of the present disclosure. The method is applied to a distribution server, the cache clusters are divided into a plurality of groups of cache clusters according to use scenes, and the distribution server establishes a hash ring based on the IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance. The method includes steps 202 through 208.
Step 202: and when the data is updated, determining the cache cluster group identification corresponding to the target unique identification of the data.
For example, index data indicating the magnitude of fluctuation of an object such as a stock, fund, bond, foreign exchange, etc., a time series curve for predicting the magnitude of fluctuation, etc. When data is updated, a corresponding cache set group may be determined. For example, in one implementation, the cache clusters are divided into index data groups and time series curve groups. The target unique identification of the data belonging to the index data class corresponds to the index data group identification, and the target unique identification of the data belonging to the time series curve class corresponds to the time series curve group identification.
Step 204: and inquiring the hash ring of the corresponding cache cluster according to the cache cluster group identification corresponding to the target unique identification of the data.
Step 206: and calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool.
Step 208: and distributing the data to the IP address mapped by the target unique identification of the data for caching.
It can be seen that, since the updated data may be of various types, such as index type data, time series curve type data, etc., and the usage scenarios corresponding to different targets are different, the cache clusters are divided into multiple groups of cache clusters according to the usage scenarios, the number and resource configuration of the cache machines in each group are performed according to the resources required by the scenarios, so as to improve the resource utilization rate, and the distribution server establishes hash rings based on the IP addresses of the cache machines in the cache clusters respectively by using a routing tool in advance for each group of cache clusters, determines the cache cluster group identification corresponding to the target unique identification of the data when the data is updated, queries the hash ring of the corresponding cache cluster according to the cache cluster group identification, calculates the IP address mapped to by the target unique identification of the data in the hash ring according to the hash consistency algorithm by using the routing tool, the data is sent to the corresponding cache machine according to the target use scene, the data redundancy is low, the utilization rate of cache resources is further improved, and therefore the purpose of capacity enhancement is achieved.
In order to ensure the validity of the IP address in the hash ring, one or more embodiments of the present specification may further receive heartbeat messages sent by the respective caching machines, where the heartbeat messages are sent by the respective caching machines according to the IP address of the distribution server obtained from the registration center; obtaining the IP addresses of the cache machines from the heartbeat message; and when the corresponding cache machine is determined to be offline or online according to the heartbeat message, reestablishing the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located by using a routing tool according to a hash consistency algorithm. Because the hash ring is maintained by the way that the cache machine sends heartbeat to the distribution server, the hash ring can be distributed to an effective cache machine during distribution, and the timeliness and effectiveness of the distribution are ensured.
In order to reduce the pressure of the distribution server, the distribution server can synchronize the hash ring to the registration center, so that the data request end determines the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center. Because the registration center provides the hash ring to the data request end, the global routing sharing based on the hash ring is realized, the distribution server does not need to provide the hash ring to the data request end, the pressure of the distribution server is reduced, and the efficiency of data distribution and data access is ensured.
Corresponding to the foregoing method embodiment, this specification further provides an embodiment of a data distribution apparatus based on cache cluster routing, and fig. 3 shows a schematic structural diagram of the data distribution apparatus based on cache cluster routing provided in an embodiment of this specification. The device is configured on a distribution server, the cache clusters are divided into a plurality of groups of cache clusters according to use scenes, and the distribution server establishes a hash ring based on the IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance. As shown in fig. 3, the apparatus includes: a group determination module 302, a ring query module 304, a distribution calculation module 306, and a data distribution module 308.
The group determination module 302 may be configured to determine a cache cluster group identifier corresponding to the target unique identifier of the data when the data is updated.
The ring query module 304 may be configured to query the hash ring of the corresponding cache cluster according to the cache cluster group identifier corresponding to the target unique identifier of the data.
The distribution calculation module 306 may be configured to calculate, using the routing tool, an IP address to which the target unique identifier of the data is mapped in the hash ring according to the hash consistency algorithm.
The data distribution module 308 may be configured to distribute the data to an IP address to which the target unique identifier of the data is mapped for caching.
Fig. 4 shows a schematic structural diagram of a data distribution apparatus based on cache cluster routing according to another embodiment of the present specification. The apparatus may further include: a heartbeat receiving module 310, which may be configured to receive heartbeat messages sent by the respective caching machines, where the heartbeat messages are sent by the respective caching machines according to the IP addresses of the distribution servers acquired from the registration center. An IP obtaining module 312 may be configured to obtain the respective cached machine IP addresses from the heartbeat message. The ring updating module 314 may be configured to, when it is determined that the corresponding cache machine is offline or online according to the heartbeat message, reestablish, by using a routing tool, the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located according to a hash consistency algorithm. Because the hash ring is maintained by the way that the cache machine sends heartbeat to the distribution server, the hash ring can be distributed to an effective cache machine during distribution, and the timeliness and effectiveness of the distribution are ensured.
Optionally, as shown in fig. 4, the apparatus may further include: the ring synchronization module 316 may be configured to synchronize the hash ring to the registry, so that the data request end determines the IP address of the cache machine where the data to be requested is located according to the hash ring obtained from the registry. Because the registration center provides the hash ring to the data request end, the global routing sharing based on the hash ring is realized, the distribution server does not need to provide the hash ring to the data request end, the pressure of the distribution server is reduced, and the efficiency of data distribution and data access is ensured.
The foregoing is an exemplary scheme of a data distribution apparatus based on cache cluster routing in this embodiment. It should be noted that the technical solution of the data distribution apparatus based on the cache cluster routing and the technical solution of the data distribution method based on the cache cluster routing belong to the same concept, and details of the technical solution of the data distribution apparatus based on the cache cluster routing, which are not described in detail, can be referred to the description of the technical solution of the data distribution method based on the cache cluster routing.
Fig. 5 is a flowchart illustrating a data access method based on cache cluster routing according to an embodiment of the present disclosure. The method is applied to a data request end, the cache clusters are divided into a plurality of groups of cache clusters according to use scenes, and a distribution server establishes a hash ring based on IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance. The method includes steps 502 through 506.
Step 502: and acquiring the hash ring of the corresponding cache cluster according to the cache cluster group identification corresponding to the target unique identification of the data to be requested.
Optionally, the hash ring corresponding to the cache set group identifier corresponding to the target unique identifier of the data to be requested may be obtained from the registry. The hash ring is obtained through the registration center, so that the global routing sharing based on the hash ring is realized, the distribution server does not need to provide the hash ring for the data request end, the pressure of the distribution server is reduced, and the efficiency of data distribution and data access is ensured.
Step 504: and calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm.
Step 506: and sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
It can be seen that, in the embodiment of the present specification, a hash ring of a corresponding cache cluster is obtained according to a cache cluster group identifier corresponding to a target unique identifier of data to be requested, a routing tool is used to calculate an IP address mapped to the hash ring by the target unique identifier of the data to be requested according to the hash consistency algorithm, and an access to the data to be requested is sent to a cache machine of the IP address mapped to the target unique identifier of the data to be requested.
Corresponding to the above method embodiment, this specification further provides an embodiment of a data access apparatus based on cache cluster routing, and fig. 6 shows a schematic structural diagram of the data access apparatus based on cache cluster routing provided in an embodiment of this specification. The device is configured at a data request end, the cache clusters are divided into a plurality of groups of cache clusters according to use scenes, and a distribution server establishes a hash ring based on the IP addresses of cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance. As shown in fig. 6, the apparatus includes: a ring acquisition module 602, a mapping calculation module 604, and a data access module 606.
The ring obtaining module 602 may be configured to obtain a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to a target unique identifier of data to be requested.
Optionally, the ring obtaining module 602 may be configured to obtain, from a registry, a hash ring corresponding to a cache set group identifier corresponding to the target unique identifier of the data to be requested, where the hash ring is synchronized to the registry by the distribution server. The hash ring is obtained through the registration center, so that the global routing sharing based on the hash ring is realized, the distribution server does not need to provide the hash ring for the data request end, the pressure of the distribution server is reduced, and the efficiency of data distribution and data access is ensured.
The mapping calculation module 604 may be configured to calculate, according to the hash consistency algorithm, an IP address to which the target unique identifier of the data to be requested is mapped in the hash ring by using a routing tool.
The data access module 606 may be configured to issue an access to the data to be requested to a caching machine of an IP address to which the target unique identifier of the data to be requested is mapped.
It can be seen that, in the embodiment of the present specification, a hash ring of a corresponding cache cluster is obtained according to a cache cluster group identifier corresponding to a target unique identifier of data to be requested, a routing tool is used to calculate an IP address mapped to the hash ring by the target unique identifier of the data to be requested according to the hash consistency algorithm, and an access to the data to be requested is sent to a cache machine of the IP address mapped to the target unique identifier of the data to be requested.
The foregoing is an exemplary scheme of a data access apparatus based on cache cluster routing according to this embodiment. It should be noted that the technical solution of the data access apparatus based on the cache cluster routing and the technical solution of the data access method based on the cache cluster routing belong to the same concept, and details of the technical solution of the data access apparatus based on the cache cluster routing, which are not described in detail, can be referred to the description of the technical solution of the data access method based on the cache cluster routing.
FIG. 7 illustrates a block diagram of a computing device 700 provided in accordance with one embodiment of the present description. The components of the computing device 700 include, but are not limited to, memory 710 and a processor 720. Processor 720 is coupled to memory 710 via bus 730, and database 750 is used to store data.
Computing device 700 also includes access device 740, access device 740 enabling computing device 700 to communicate via one or more networks 760. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 740 may include one or more of any type of network interface, e.g., a Network Interface Card (NIC), wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 700, as well as other components not shown in FIG. 7, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 7 is for purposes of example only and is not limiting as to the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 700 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smartphone), wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 700 may also be a mobile or stationary server.
Among other things, in one aspect, processor 720 may be configured to execute the following computer-executable instructions:
when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data;
inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data;
calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool;
and distributing the data to the IP address mapped by the target unique identification of the data for caching.
Optionally, the method further comprises:
receiving heartbeat messages sent by each cache machine, wherein the heartbeat messages are sent by each cache machine according to the IP address of the distribution server acquired from a registration center;
obtaining the IP addresses of the cache machines from the heartbeat message;
and when the corresponding cache machine is determined to be offline or online according to the heartbeat message, reestablishing the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located by using a routing tool according to a hash consistency algorithm.
Optionally, the method further comprises:
and synchronizing the hash ring to a registration center so that the data request end can determine the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
The above is an illustrative scheme of a computing device of the present embodiment. It should be noted that the technical solution of the computing device and the technical solution of the data distribution method based on the cache cluster routing belong to the same concept, and details that are not described in detail in the technical solution of the computing device can be referred to the description of the technical solution of the data distribution method based on the cache cluster routing.
In another aspect, processor 720 may be configured to execute the following computer-executable instructions:
acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested;
calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm;
and sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
Optionally, the obtaining, according to the cache cluster group identifier corresponding to the target unique identifier of the data to be requested, the hash ring of the corresponding cache cluster includes:
and obtaining the hash ring corresponding to the cache set group identification corresponding to the target unique identification of the data to be requested from the registration center.
The above is an illustrative scheme of a computing device of the present embodiment. It should be noted that the technical solution of the computing device and the technical solution of the data access method based on the cache cluster routing belong to the same concept, and details that are not described in detail in the technical solution of the computing device can be referred to the description of the technical solution of the data access method based on the cache cluster routing.
An embodiment of the present specification also provides a computer readable storage medium storing computer instructions that, when executed by a processor, are operable to:
when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data;
inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data;
calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool;
and distributing the data to the IP address mapped by the target unique identification of the data for caching.
Optionally, the method further comprises:
receiving heartbeat messages sent by each cache machine, wherein the heartbeat messages are sent by each cache machine according to the IP address of the distribution server acquired from a registration center;
obtaining the IP addresses of the cache machines from the heartbeat message;
and when the corresponding cache machine is determined to be offline or online according to the heartbeat message, reestablishing the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located by using a routing tool according to a hash consistency algorithm.
Optionally, the method further comprises:
and synchronizing the hash ring to a registration center so that the data request end can determine the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the data distribution method based on the cache cluster routing, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the data distribution method based on the cache cluster routing.
Another embodiment of the present specification also provides a computer readable storage medium storing computer instructions that, when executed by a processor, are to:
acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested;
calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm;
and sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
Optionally, the obtaining, according to the cache cluster group identifier corresponding to the target unique identifier of the data to be requested, the hash ring of the corresponding cache cluster includes:
and obtaining the hash ring corresponding to the cache set group identification corresponding to the target unique identification of the data to be requested from the registration center.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the data access method based on the cache cluster routing, and details of the technical solution of the storage medium, which are not described in detail, can be referred to the description of the technical solution of the data access method based on the cache cluster routing.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The computer instructions comprise computer program code which may be in the form of source code, object code, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the foregoing method embodiments are described as a series of acts, but those skilled in the art should understand that the present embodiment is not limited by the described acts, because some steps may be performed in other sequences or simultaneously according to the present embodiment. Further, those skilled in the art should also appreciate that the embodiments described in this specification are preferred embodiments and that acts and modules referred to are not necessarily required for an embodiment of the specification.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the embodiments and the practical application, to thereby enable others skilled in the art to best understand and utilize the embodiments. The specification is limited only by the claims and their full scope and equivalents.

Claims (14)

1. A data distribution method based on cache cluster routing is applied to a distribution server, the cache cluster is divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, the distribution server establishes a hash ring based on IP addresses of the cache machines in the cache cluster according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance, and provides the hash ring to a data request end through a registration center so as to realize global routing sharing based on the hash ring, and the method comprises the following steps:
when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data;
inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data;
calculating the IP address mapped by the target unique identifier of the data in the hash ring according to the hash consistency algorithm by using the routing tool;
and distributing the data to the IP address mapped by the target unique identifier of the data for caching, so that the data is sent to a fixedly corresponding caching machine according to the target use scene.
2. The method of claim 1, further comprising:
receiving heartbeat messages sent by each cache machine, wherein the heartbeat messages are sent by each cache machine according to the IP address of the distribution server acquired from a registration center;
obtaining the IP addresses of the cache machines from the heartbeat message;
and when the corresponding cache machine is determined to be offline or online according to the heartbeat message, reestablishing the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located by using a routing tool according to a hash consistency algorithm.
3. The method of claim 1, further comprising:
and synchronizing the hash ring to a registration center so that the data request end can determine the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
4. A data distribution device based on cache cluster routing is configured in a distribution server, the cache cluster is divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, the distribution server establishes a hash ring based on IP addresses of the cache machines in the cache cluster according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance, and provides the hash ring to a data request end through a registration center so as to realize global routing sharing based on the hash ring, the device comprises:
the group determination module is configured to determine a cache cluster group identifier corresponding to the target unique identifier of the data when the data is updated;
the ring query module is configured to query a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data;
a distribution calculation module configured to calculate, using the routing tool, an IP address to which the target unique identifier of the data is mapped in the hash ring according to the hash consistency algorithm;
and the data distribution module is configured to distribute the data to the IP address mapped by the target unique identifier of the data for caching, so that the data is sent to a fixedly corresponding caching machine according to the target use scene.
5. The apparatus of claim 4, further comprising:
a heartbeat receiving module configured to receive heartbeat messages sent by the cache machines, wherein the heartbeat messages are sent by the cache machines according to the IP addresses of the distribution servers acquired from a registration center;
an IP obtaining module configured to obtain the IP addresses of the cache machines from the heartbeat message;
and the ring updating module is configured to reestablish the hash ring of the cache cluster where the cache machine based on the offline or online cache machine is located according to the hash consistency algorithm by using a routing tool when the corresponding cache machine is determined to be offline or online according to the heartbeat message.
6. The apparatus of claim 4, further comprising:
and the ring synchronization module is configured to synchronize the hash ring to a registration center so that the data request end determines the IP address of the cache machine where the data to be requested is located according to the hash ring acquired from the registration center.
7. A data access method based on cache cluster routing is applied to a data request end, the cache cluster is divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, a distribution server aims at each group of cache clusters in advance, a routing tool is respectively used for establishing a hash ring based on IP addresses of the cache machines in the cache cluster according to a hash consistency algorithm, and the hash ring is provided for the data request end through a registration center so as to realize global routing sharing based on the hash ring, and the method comprises the following steps:
acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested;
calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to the hash consistency algorithm;
and sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
8. The method of claim 7, wherein the obtaining the hash ring of the corresponding cache cluster according to the cache cluster group identifier corresponding to the target unique identifier of the data to be requested comprises:
and obtaining the hash ring corresponding to the cache set group identification corresponding to the target unique identification of the data to be requested from the registration center.
9. A data access device based on cache cluster routing is configured at a data request end, the cache cluster is divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, a distribution server establishes a hash ring based on IP addresses of the cache machines in the cache cluster in advance according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters, and provides the hash ring for the data request end through a registration center so as to realize global routing sharing based on the hash ring, and the device comprises:
the ring acquisition module is configured to acquire a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested;
the mapping calculation module is configured to calculate an IP address mapped to the target unique identifier of the data to be requested in the hash ring according to the hash consistency algorithm by using a routing tool;
and the data access module is configured to send out the access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested.
10. The apparatus of claim 9, wherein the ring obtaining module is configured to obtain a hash ring corresponding to the cache set group identifier corresponding to the target unique identifier of the data to be requested from a registry, wherein the hash ring is synchronized to the registry by the distribution server.
11. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
when data is updated, determining a cache cluster group identifier corresponding to the target unique identifier of the data;
inquiring a hash ring of a corresponding cache cluster according to a cache cluster group identification corresponding to the target unique identification of the data;
calculating the IP address mapped by the target unique identifier of the data in the hash ring according to a hash consistency algorithm by using a routing tool;
the data are cached by distributing the data to the IP address mapped by the target unique identifier of the data, so that the data are sent to a fixedly corresponding cache machine according to the target use scene;
the cache clusters are divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, the distribution server establishes a hash ring based on IP addresses of the cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance, and the hash ring is provided for a data request end through a registration center so as to realize global routing sharing based on the hash ring.
12. A computer-readable storage medium storing computer instructions, which when executed by a processor implement the steps of the cache cluster routing-based data distribution method of any of claims 1 to 3.
13. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
acquiring a hash ring of a corresponding cache cluster according to a cache cluster group identifier corresponding to the target unique identifier of the data to be requested;
calculating the IP address mapped by the target unique identifier of the data to be requested in the hash ring by using a routing tool according to a hash consistency algorithm;
sending access to the data to be requested to a cache machine of the IP address mapped by the target unique identifier of the data to be requested;
the cache clusters are divided into a plurality of groups of cache clusters according to different use scenes, wherein each group of cache clusters performs quantity and resource configuration on cache machines according to resources required in the use scenes, the distribution server establishes a hash ring based on IP addresses of the cache machines in the cache clusters according to a hash consistency algorithm by using a routing tool aiming at each group of cache clusters in advance, and the hash ring is provided for a data request end through a registration center so as to realize global routing sharing based on the hash ring.
14. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the cache cluster routing based data access method of any of claims 7 or 8.
CN201910878127.6A 2019-09-17 2019-09-17 Data distribution method, access method and respective devices based on cache cluster routing Active CN110677348B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910878127.6A CN110677348B (en) 2019-09-17 2019-09-17 Data distribution method, access method and respective devices based on cache cluster routing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910878127.6A CN110677348B (en) 2019-09-17 2019-09-17 Data distribution method, access method and respective devices based on cache cluster routing

Publications (2)

Publication Number Publication Date
CN110677348A CN110677348A (en) 2020-01-10
CN110677348B true CN110677348B (en) 2021-07-27

Family

ID=69078011

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910878127.6A Active CN110677348B (en) 2019-09-17 2019-09-17 Data distribution method, access method and respective devices based on cache cluster routing

Country Status (1)

Country Link
CN (1) CN110677348B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111352984B (en) * 2020-02-19 2023-04-18 中国联合网络通信集团有限公司 Data distribution method, device and storage medium
CN111723202A (en) * 2020-05-19 2020-09-29 支付宝(杭州)信息技术有限公司 Public opinion data processing device, method and system
CN113010224B (en) * 2021-03-03 2024-01-30 南方电网数字平台科技(广东)有限公司 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium
CN114124797B (en) * 2021-11-19 2023-08-04 中电信数智科技有限公司 Server routing method and device, electronic equipment and storage medium
CN115878513B (en) * 2023-02-21 2023-08-15 中移动信息技术有限公司 Data storage and data query method, device, equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102968498A (en) * 2012-12-05 2013-03-13 华为技术有限公司 Method and device for processing data
CN103678520A (en) * 2013-11-29 2014-03-26 中国科学院计算技术研究所 Multi-dimensional interval query method and system based on cloud computing
CN103677759A (en) * 2013-11-08 2014-03-26 国家电网公司 Objectification parallel computing method and system for information system performance improvement
CN105786401A (en) * 2014-12-25 2016-07-20 中国移动通信集团公司 Data management method and device in server cluster system
CN106254240A (en) * 2016-09-18 2016-12-21 腾讯科技(深圳)有限公司 A kind of data processing method and routing layer equipment and system
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
EP3276505A1 (en) * 2016-07-27 2018-01-31 Beijing Xiaomi Mobile Software Co., Ltd. Method, apparatus and system for uploading a file
CN108093024A (en) * 2017-11-14 2018-05-29 西北工业大学 A kind of classification method for routing and device based on data frequency

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8805949B2 (en) * 2008-01-16 2014-08-12 Netapp, Inc. System and method for populating a cache using behavioral adaptive policies
CN104050015B (en) * 2014-06-27 2018-01-19 国家计算机网络与信息安全管理中心 A kind of system of virtual machine image storage distribution

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102968498A (en) * 2012-12-05 2013-03-13 华为技术有限公司 Method and device for processing data
CN103677759A (en) * 2013-11-08 2014-03-26 国家电网公司 Objectification parallel computing method and system for information system performance improvement
CN103678520A (en) * 2013-11-29 2014-03-26 中国科学院计算技术研究所 Multi-dimensional interval query method and system based on cloud computing
CN105786401A (en) * 2014-12-25 2016-07-20 中国移动通信集团公司 Data management method and device in server cluster system
EP3276505A1 (en) * 2016-07-27 2018-01-31 Beijing Xiaomi Mobile Software Co., Ltd. Method, apparatus and system for uploading a file
CN106254240A (en) * 2016-09-18 2016-12-21 腾讯科技(深圳)有限公司 A kind of data processing method and routing layer equipment and system
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
CN108093024A (en) * 2017-11-14 2018-05-29 西北工业大学 A kind of classification method for routing and device based on data frequency

Also Published As

Publication number Publication date
CN110677348A (en) 2020-01-10

Similar Documents

Publication Publication Date Title
CN110677348B (en) Data distribution method, access method and respective devices based on cache cluster routing
EP3595355A1 (en) Resource obtaining method, apparatus and system
CN110166570B (en) Service session management method and device, and electronic device
CN111091429A (en) Electronic bill identification distribution method and device and electronic bill generation system
US11928514B2 (en) Systems and methods providing serverless DNS integration
CN108712506B (en) Block chain node communication method and device and block chain node
CN109981757B (en) API gateway load balancing method for small-scale micro-service architecture
CN110703980B (en) File transmission method and device
CN111338806B (en) Service control method and device
CN112486074B (en) Data processing system, method and device
US20150088995A1 (en) Method and apparatus for sharing contents using information of group change in content oriented network environment
CN108810120B (en) Block chain node communication method and device and block chain node
CN109150936A (en) The sharing method and device of session object Session in a kind of distributed type assemblies
CN114064275A (en) Data processing method and device
CN113282941A (en) Method and device for acquiring object identification, electronic equipment and storage medium
CN112953982B (en) Service processing method, service configuration method and related device
CN109525678A (en) Block chain network system and corresponding node device find method
CN109525633B (en) Block chain network, message sending method and message receiving method based on block chain network
CN109962834B (en) Information processing method, system, terminal and computer storage medium
CN110581784B (en) Node health check method, device and equipment
CN114884880B (en) Data transmission method and system
JP2022550714A (en) A system that provides accurate communication delay guarantees for request responses to distributed services
CN116233481A (en) Media stream transmission method, media server and communication system
CN113422739B (en) Data transmission method, sending end and data transmission system
CN112671947B (en) IPv6 address generation method and device and load balancer

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
TA01 Transfer of patent application right

Effective date of registration: 20201012

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

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman 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 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.

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

Effective date of registration: 20220415

Address after: Room 602, No. 618 Wai Road, Huangpu District, Shanghai

Patentee after: Ant fortune (Shanghai) Financial Information Service Co.,Ltd.

Address before: 27 Hospital Road, George Town, Grand Cayman ky1-9008

Patentee before: Innovative advanced technology Co.,Ltd.