WO2018233372A1 - Procédé, dispositif et appareil de programmation de lvs prenant en charge une politique de programmation de hachage, et support de stockage - Google Patents

Procédé, dispositif et appareil de programmation de lvs prenant en charge une politique de programmation de hachage, et support de stockage Download PDF

Info

Publication number
WO2018233372A1
WO2018233372A1 PCT/CN2018/084470 CN2018084470W WO2018233372A1 WO 2018233372 A1 WO2018233372 A1 WO 2018233372A1 CN 2018084470 W CN2018084470 W CN 2018084470W WO 2018233372 A1 WO2018233372 A1 WO 2018233372A1
Authority
WO
WIPO (PCT)
Prior art keywords
key value
key
value
host
address
Prior art date
Application number
PCT/CN2018/084470
Other languages
English (en)
Chinese (zh)
Inventor
刘仁仕
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2018233372A1 publication Critical patent/WO2018233372A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system

Definitions

  • the present application relates to the field of computer network technologies, and in particular, to a lvs scheduling method, apparatus, device, and storage medium that support a hash scheduling policy.
  • Lvs ie Linux Virtual Server, which represents the Linux virtual server
  • sh sice The address, that is, the source address scheduling method does not support source address consistent hash scheduling, and only selects the corresponding real server for scheduling according to the source address through the normal hash algorithm.
  • the server that is, the host
  • the real server needs to be deleted from the forwarding table. Otherwise, some clients will not be able to provide services.
  • adding new real When the server is used, the real server needs to be added to the forwarding table.
  • Current sh scheduling method real The deletion or addition of the server will cause a lot of session (ie, session) drift.
  • the purpose of the present application is to provide a lvs scheduling method, apparatus, device, and storage medium that support a hash scheduling policy, and aim to solve the problem of deleting a host when the sh scheduling method is used in the prior art. Adding a problem that causes a lot of session drift.
  • An lvs scheduling method supporting a hash scheduling policy comprising the following steps:
  • IP addresses of multiple hosts Obtaining IP addresses of multiple hosts, performing hash operations on each host's IP address one by one to obtain a corresponding first key value, and placing the first key value in an annular space of a specified size;
  • the data packet is sent by using a host corresponding to the minimum value among the plurality of first key values as the destination address.
  • An lvs scheduling device supporting a hash scheduling policy wherein the lvs scheduling device supporting the hash scheduling policy includes a processor, a memory, and a communication bus;
  • the communication bus is used to implement connection communication between a processor and a memory
  • the processor is configured to execute an lvs scheduler that supports a hash scheduling policy stored in the memory to implement the following steps:
  • IP addresses of multiple hosts Obtaining IP addresses of multiple hosts, performing hash operations on each host's IP address one by one to obtain a corresponding first key value, and placing the first key value in an annular space of a specified size;
  • the data packet is sent by using a host corresponding to the minimum value among the plurality of first key values as the destination address.
  • a storage medium wherein the storage medium stores one or more programs, the one or more programs may be executed by one or more processors to implement the lvs scheduling method supporting the hash scheduling policy A step of.
  • An lvs scheduling device supporting a hash scheduling policy includes:
  • the first hash module is configured to obtain the IP addresses of the multiple hosts, perform hash operations on each host, and obtain a corresponding first key value, and place the first key value in a circular space of a specified size. ;
  • a second hash module configured to obtain a source address of the data packet, and perform a hash operation on the source address of the data packet to obtain a second key value
  • a determining module configured to obtain a minimum value of the plurality of first key values stored in the annular space, and determine whether a minimum value of the plurality of first key values is greater than a second key value
  • a sending module configured to: when the minimum value of the plurality of first key values is greater than the second key value, send the data packet by using a host corresponding to the minimum value of the plurality of first key values as the destination address.
  • the beneficial effects when a host is connected to the Nginx physical server, the connection scheduled to the adjacent hash node is drifted to the joined host; When a host exits, the session scheduled to other hosts does not drift. Only the sessions on the host that is scheduled to be logged out are redistributed, which reduces session drift and improves the quality of load balancing services.
  • FIG. 1 is a flowchart of a preferred embodiment of a lvs scheduling method supporting a hash scheduling policy according to the present application.
  • FIG. 2 is a flowchart of step S100 in the lvs scheduling method supporting the hash scheduling policy according to the present application.
  • FIG. 3 is a flowchart of step S400 in the preferred embodiment of the lvs scheduling method supporting the hash scheduling policy according to the present application.
  • FIG. 4 is a schematic diagram of a running environment of a preferred embodiment of a lvs scheduling program supporting a hash scheduling policy according to the present application.
  • FIG. 5 is a functional block diagram of a preferred embodiment of a lvs scheduling program supporting a hash scheduling policy according to the present application.
  • the present application provides a lvs scheduling method, device, and storage medium that support a hash scheduling policy. To clarify the purpose, technical solutions, and effects of the present application, the present application will be further described in detail below with reference to the accompanying drawings. It is understood that the specific embodiments described herein are merely illustrative of the application and are not intended to be limiting.
  • FIG. 1 is a flowchart of a preferred embodiment of a lvs scheduling method supporting a hash scheduling policy according to the present application.
  • the lvs scheduling method supporting a hash scheduling policy includes the following steps:
  • step S100 the IP addresses of the multiple hosts are obtained, and the IP address of each host is hashed one by one to obtain a corresponding first key value, and the first key value is placed in a circular space of a specified size.
  • the host is not selected according to the source address to perform scheduling, but the IP address of the host is hashed to obtain the first key value.
  • the IP address of Host 1 is 192.168.1.100
  • the IP address of Host 2 is 192.168.1.101
  • the IP address of Host 3 is 192.168.
  • the first key value is in the same hash space as the host.
  • the hash ring is not changed.
  • the hash value of the object is calculated, it can be quickly located in the corresponding machine, so that the real storage location of the object can be found.
  • Step S200 Obtain a source address of the data packet, and perform a hash operation on the source address of the data packet to obtain a second key value.
  • the source address of the data packet is directly hashed, that is, the operation of hash (Packet.source_ip) is performed to obtain the second key value.
  • the second key value obtained is not deployed in the ring space (ie, the hash ring), but as an intermediate value for addressing.
  • Step S300 Obtain a minimum value of the plurality of first key values stored in the annular space, and determine whether a minimum value of the plurality of first key values is greater than a second key value.
  • the minimum value of the plurality of first key values stored in the annular space is obtained first, that is, the operation of MIN ⁇ hash(RealServer.ip) ⁇ is performed, and after the MIN ⁇ hash(RealServer.ip) ⁇ is obtained, Compared with hash (Packet.source_ip) (ie, the second key value), this comparison determines the direction of the destination address.
  • Step S400 When the minimum value of the plurality of first key values is greater than the second key value, the data packet is sent by using a host corresponding to the minimum value among the plurality of first key values as the destination address.
  • step S400 if it is determined that the minimum value of the plurality of first key values is greater than the second key value, the host corresponding to MIN ⁇ hash(RealServer.ip) ⁇ is obtained, and the IP address corresponding to the host is used as the destination address. The packet is sent here according to the destination address. In this way, when a host is connected to the Nginx physical server, the connection to the neighboring hash node is drifted to the joined host, which does not cause a large amount of session drift and improves the quality of the load balancing service.
  • the step S100 includes:
  • Step S101 Obtain an IP address of multiple hosts, and perform a hash operation on each host's IP address to obtain a corresponding first key value.
  • Step S102 Obtain an address number of ipv4, and set an annular space by using twice the value of the number of addresses of ipv4 as a space size;
  • Step S103 placing the first key value in the annular space.
  • the number of acquired hosts may be 0, or may be a positive integer greater than 0.
  • the IP address of each host is obtained, and the IP address of each host is hashed to obtain the first key value.
  • the key values obtained by hashing the IP addresses of multiple hosts are different, that is, each key value is unique, ensuring that subsequent addressing is not an error.
  • step S102 in order to ensure that there are enough nodes in the annular space, it is necessary to at least ensure that the size of the annular space is twice the number of addresses of ipv4. This saves a lot of space compared with the circular space of 232-1 when sh scheduling is used in the prior art, and meets the basic requirements of scheduling with a minimum space size.
  • the double value of the number of addresses of the ipv4 is selected as the space size of the ring space, because the IP address format of the host is ipv4.
  • the double value of the number of addresses of ipv6 can also be selected as the space size of the ring space.
  • step S103 when a plurality of first key values are to be placed in the annular space, the annular space is sequentially inserted in a clockwise direction in a sequential order obtained according to the first key value.
  • the hash remainder algorithm is used.
  • the most uncomfortable place is that after the addition or deletion of the machine, a large number of object storage locations are invalidated, which greatly fails to satisfy the monotony.
  • the processing method based on the consistent hash algorithm adopted in steps S101-S103 can effectively satisfy the individuality compared with the ordinary sh scheduling method.
  • KEY4 is obtained through the corresponding hash algorithm and mapped to the hash ring.
  • object2 is migrated to NODE4, and other objects maintain the original storage location.
  • the consistency hash algorithm keeps the monotonicity while the data migration is minimal. Such an algorithm is very suitable for distributed clusters, avoiding a lot of data migration. , reducing the pressure on the server.
  • the step S400 shown includes:
  • Step S401 When the minimum value of the plurality of first key values is greater than the second key value, the minimum value of the plurality of first key values is recorded as the first minimum key value, and the host corresponding to the first minimum key value is obtained;
  • Step S402 Obtain an IP address of the host corresponding to the first minimum key value.
  • Step S403 Send the data packet to the destination address by using the IP address of the host corresponding to the first minimum key value as the destination address, and forward the data packet by the host.
  • the method further includes:
  • Step S10 The host connects to the Nginx physical server by using Http and reverse proxy mode; wherein the Nginx physical server is IMAP/POP3/SMTP Server.
  • step S10 includes:
  • LXC1-LXC8 in Nginx physical servers are connected to PF1-1 using VF1-VF8 respectively, and LXC1-LXC8 is also connected to PF1-2 using VF1-VF8 respectively;
  • LXC9- LXC16 is connected to PF2-1 by VF1-VF8 respectively.
  • LXC9-LXC16 is also connected to PF2-2 by VF1-VF8 respectively;
  • PF1-1 and PF2-1 are VLANs.
  • the External interface that is, the external virtual LAN interface
  • PF1-2, and PF2-2 are all VLAN Internal interfaces (that is, internal virtual LAN interfaces).
  • Nginx physical server and IPSV are connected through the back-end server load balancer IPVS-DR;
  • IPSV establishes BGP through Real IP and Tor Peer, and publishes the host route of the VIP, forms ECMP (ie, equivalent route) and connects with the CXP switch.
  • the CXP switch receives the connection request from the external network client. In the above manner, lvs load balancing is implemented.
  • the address of each ipv4 in the ring space corresponds to one node, and each node is copied to obtain a corresponding virtual node.
  • virtual node (virtual Node) is the actual node (machine) in the hash
  • an actual node corresponds to a number of "virtual nodes”
  • the corresponding number also becomes the number of "copy”
  • the "virtual node” is in the hash Spaces are arranged in hash values.
  • the hash calculation of the virtual node can adopt the manner of the IP address of the corresponding node plus a digital suffix. For example, suppose the IP address of NODE1 is 192.168.1.100. Calculate before introducing "virtual node” The hash value of cache A: Hash ("192.168.1.100");
  • the present application further provides an lvs scheduling device that supports a hash scheduling policy.
  • the lvs scheduling device supporting the hash scheduling policy includes a processor 11, a memory 12, and a communication bus;
  • the communication bus is used to implement connection communication between a processor and a memory
  • the processor is configured to execute an lvs scheduler that supports a hash scheduling policy stored in the memory to implement the following steps:
  • IP addresses of multiple hosts Obtaining IP addresses of multiple hosts, performing hash operations on each host's IP address one by one to obtain a corresponding first key value, and placing the first key value in an annular space of a specified size;
  • the data packet is sent by using a host corresponding to the minimum value among the plurality of first key values as the destination address.
  • the lvs scheduler 10 supporting the hash scheduling policy is installed and runs in the electronic device 1.
  • the electronic device 1 may be a computing device such as a desktop computer, a notebook, a palmtop computer, or a server.
  • the electronic device 1 may include, but is not limited to, a memory 11, a processor 12, and a display 13.
  • Figure 4 shows only the electronic device 1 with components 11-13, but it should be understood that not all illustrated components may be implemented, and more or fewer components may be implemented instead.
  • the memory 11 may be an internal storage unit of the electronic device 1, such as a hard disk or memory of the electronic device 1, in some embodiments.
  • the memory 11 may also be an external storage device of the electronic device 1 in other embodiments, such as a plug-in hard disk equipped on the electronic device 1, a smart memory card (Smart Media Card, SMC), Secure Digital (SD) card, flash card (Flash) Card) and so on.
  • the memory 11 may also include both an internal storage unit of the electronic device 1 and an external storage device.
  • the memory 11 is configured to store application software and various types of data installed in the electronic device 1, such as the program code of the lvs scheduler supporting the hash scheduling policy.
  • the memory 11 can also be used to temporarily store data that has been output or is about to be output.
  • the processor 12 may be a central processing unit (Central Processing Unit) in some embodiments.
  • the display 13 may be an LED display, a liquid crystal display, a touch liquid crystal display, and an OLED (Organic) in some embodiments. Light-Emitting Diode, organic light emitting diodes), etc.
  • the display 13 is used to display information processed in the electronic device 1 and a user interface for displaying visualization, such as an application menu interface, an application icon interface, and the like.
  • the components 11-13 of the electronic device 1 communicate with one another via a system bus.
  • the processor is further configured to execute the lvs scheduler 10 supporting the hash scheduling policy to implement the following steps:
  • the first key value is placed in the annular space.
  • the processor is further configured to execute the lvs scheduler 10 supporting the hash scheduling policy to implement the following steps:
  • the minimum value of the plurality of first key values is greater than the second key value, the minimum value of the plurality of first key values is recorded as the first minimum key value, and the host corresponding to the first minimum key value is obtained;
  • the processor is further configured to execute the lvs scheduler 10 supporting the hash scheduling policy to implement the following steps:
  • the host connects to the Nginx physical server through Http and reverse proxy; wherein the Nginx physical server is an IMAP/POP3/SMTP server.
  • FIG. 5 is a functional block diagram of a preferred embodiment of the lvs scheduler 10 that supports the hash scheduling policy.
  • the lvs scheduler 10 supporting the hash scheduling policy includes at least one computer program instruction segment, which may be divided into one or more modules based on different functions implemented by the respective parts.
  • One or more modules are stored in the memory 11 and executed by one or more processors (the processor 12 in this embodiment) to perform the hash scheduling policy support of the embodiments of the present application.
  • Lvs scheduling method For example, in FIG.
  • the lvs scheduler 10 supporting the hash scheduling policy includes a first obtaining module 21, a second obtaining module 22, a determining module 23, and a destination address obtaining module 24; wherein, the first obtaining module 21 For obtaining the IP addresses of multiple hosts, hashing each host's IP address one by one to obtain a corresponding first key value, and placing the first key value in a ring space of a specified size; the second acquiring module 22, for obtaining a source address of the data packet, and performing a hash operation on the source address of the data packet to obtain a second key value; the determining module 23 is configured to obtain a minimum value of the plurality of first key values stored in the annular space, And determining whether the minimum value of the plurality of first key values is greater than the second key value; the destination address obtaining module 24, configured to: when the minimum value of the plurality of first key values is greater than the second key value, the multiple first key The host corresponding to the minimum value of the value transmits the data packet as the destination address.
  • IP addresses of multiple hosts Obtaining IP addresses of multiple hosts, performing hash operations on each host's IP address one by one to obtain a corresponding first key value, and placing the first key value in an annular space of a specified size;
  • the data packet is sent by using a host corresponding to the minimum value among the plurality of first key values as the destination address.
  • the step of obtaining the IP address of the multiple hosts, performing the hash operation on each host's IP address to obtain the corresponding first key value, and placing the first key value in the annular space of the specified size includes:
  • the first key value is placed in the annular space.
  • the specific implementation is the same as the previous embodiment, and details are not described herein again.
  • the step of transmitting the data packet by using the host corresponding to the minimum value of the plurality of first key values as the destination address includes:
  • the minimum value of the plurality of first key values is greater than the second key value, the minimum value of the plurality of first key values is recorded as the first minimum key value, and the host corresponding to the first minimum key value is obtained;
  • the host connects to the Nginx physical server through Http and reverse proxy; wherein the Nginx physical server is IMAP/POP3/SMTP Server.
  • the Nginx physical server is IMAP/POP3/SMTP Server.
  • each ipv4 in the ring space corresponds to one node, and each node is copied to obtain a corresponding virtual node.
  • the specific implementation is the same as the previous embodiment, and details are not described herein again.
  • the present application further provides a storage medium (and a computer readable storage medium).
  • the storage medium stores one or more programs, and the one or more programs may be executed by one or more processors to implement the steps of the lvs scheduling method supporting the hash scheduling policy.
  • the lvs scheduling device that supports the hash scheduling policy is further provided by the lvs scheduling device that supports the hash scheduling policy, and the lvs scheduling device that supports the hash scheduling policy includes:
  • the first obtaining module is configured to obtain an IP address of the plurality of hosts, perform a hash operation on each host's IP address, and obtain a corresponding first key value, and place the first key value in an annular space of a specified size;
  • a second acquiring module configured to obtain a source address of the data packet, and perform a hash operation on the source address of the data packet to obtain a second key value
  • a determining module configured to obtain a minimum value of the plurality of first key values stored in the annular space, and determine whether a minimum value of the plurality of first key values is greater than a second key value
  • the destination address obtaining module is configured to: when the minimum value of the plurality of first key values is greater than the second key value, send the data packet by using a host corresponding to the minimum value of the plurality of first key values as the destination address.
  • the first obtaining module includes:
  • a hash unit configured to obtain IP addresses of multiple hosts, and perform hash operations on each host's IP address to obtain a corresponding first key value
  • the first obtaining unit is configured to obtain the number of addresses of the ipv4, and set an annular space by using twice the value of the number of addresses of the ipv4;
  • a setting unit for placing the first key value in the annular space.
  • the destination address obtaining module includes:
  • a second acquiring unit configured to: when the minimum value of the plurality of first key values is greater than the second key value, record the minimum value of the plurality of first key values as the first minimum key value, and obtain the first minimum key The value corresponds to the host;
  • a third acquiring unit configured to acquire an IP address of the host corresponding to the first minimum key value
  • a sending unit configured to send the data packet to the destination address by using an IP address of the host corresponding to the first minimum key value as the destination address.
  • the lvs scheduling device that supports the hash scheduling policy further includes:
  • connection module configured to connect to the Nginx physical server by using a Http and a reverse proxy mode; wherein the Nginx physical server is an IMAP/POP3/SMTP Server.
  • the embodiments of the lvs scheduling device that support the hash scheduling policy are substantially the same as the corresponding embodiments of the lvs scheduling method that supports the hash scheduling policy, and therefore are not described here.
  • the lvs scheduling method, device, device, and storage medium supporting the hash scheduling policy provided by the present application when a host is connected to the Nginx physical server, schedules connection drift to the adjacent hash node. To join the host; when a host exits, the session scheduled to other hosts will not drift, and only the sessions on the host that is scheduled to exit will be redistributed, which reduces session drift and improves the quality of load balancing services.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

L'invention concerne un procédé, un dispositif et un appareil de programmation de LVS prenant en charge une politique de programmation de hachage, ainsi qu'un support de stockage. Le procédé comporte les étapes consistant à: obtenir des IP d'une pluralité d'hôtes, effectuer une opération de hachage en utilisant l'IP de chaque hôte pour obtenir une première valeur de clé correspondante, et placer la première valeur de clé dans un espace annulaire d'une taille spécifiée; obtenir une adresse source d'un paquet de données, et effectuer une opération de hachage en utilisant l'adresse source pour obtenir une seconde valeur de clé; obtenir une valeur minimale d'une pluralité de premières valeurs de clé dans l'espace annulaire, et déterminer si la valeur minimale est supérieure à la seconde valeur de clé; et si c'est le cas, émettre le paquet de données en utilisant un hôte correspondant à la valeur minimale en tant qu'adresse de destination. L'invention parvient à obtenir une dérive de session réduite et améliore la qualité de service d'équilibrage de charge.
PCT/CN2018/084470 2017-06-22 2018-04-25 Procédé, dispositif et appareil de programmation de lvs prenant en charge une politique de programmation de hachage, et support de stockage WO2018233372A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710481690.0 2017-06-22
CN201710481690.0A CN107329827A (zh) 2017-06-22 2017-06-22 支持哈希调度策略的lvs调度方法、设备及存储介质

Publications (1)

Publication Number Publication Date
WO2018233372A1 true WO2018233372A1 (fr) 2018-12-27

Family

ID=60194360

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/084470 WO2018233372A1 (fr) 2017-06-22 2018-04-25 Procédé, dispositif et appareil de programmation de lvs prenant en charge une politique de programmation de hachage, et support de stockage

Country Status (2)

Country Link
CN (1) CN107329827A (fr)
WO (1) WO2018233372A1 (fr)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107329827A (zh) * 2017-06-22 2017-11-07 平安科技(深圳)有限公司 支持哈希调度策略的lvs调度方法、设备及存储介质
CN110968419A (zh) * 2018-09-30 2020-04-07 北京国双科技有限公司 数据接收方法及装置
CN109388351A (zh) * 2018-12-18 2019-02-26 平安科技(深圳)有限公司 一种分布式数据存储的方法及相关装置
CN111683036B (zh) * 2020-02-29 2022-05-27 新华三信息安全技术有限公司 数据存储方法、装置以及报文识别方法和装置
CN113395183B (zh) * 2021-08-18 2021-12-07 南京赛宁信息技术有限公司 网络仿真平台vlan互联的虚拟节点调度方法与系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104780201A (zh) * 2015-03-02 2015-07-15 新浪网技术(中国)有限公司 一种ipvs集群中的数据包处理方法及装置
CN104852934A (zh) * 2014-02-13 2015-08-19 阿里巴巴集团控股有限公司 基于前端调度实现流量分配的方法、装置和系统
CN106856505A (zh) * 2016-12-26 2017-06-16 成都康赛信息技术有限公司 基于hash算法的服务器均衡方法
CN107329827A (zh) * 2017-06-22 2017-11-07 平安科技(深圳)有限公司 支持哈希调度策略的lvs调度方法、设备及存储介质

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103747060B (zh) * 2013-12-26 2017-12-08 惠州华阳通用电子有限公司 一种基于流媒体服务集群的分布式监控系统及方法
CN106503139A (zh) * 2016-10-20 2017-03-15 上海携程商务有限公司 动态数据存取方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104852934A (zh) * 2014-02-13 2015-08-19 阿里巴巴集团控股有限公司 基于前端调度实现流量分配的方法、装置和系统
CN104780201A (zh) * 2015-03-02 2015-07-15 新浪网技术(中国)有限公司 一种ipvs集群中的数据包处理方法及装置
CN106856505A (zh) * 2016-12-26 2017-06-16 成都康赛信息技术有限公司 基于hash算法的服务器均衡方法
CN107329827A (zh) * 2017-06-22 2017-11-07 平安科技(深圳)有限公司 支持哈希调度策略的lvs调度方法、设备及存储介质

Also Published As

Publication number Publication date
CN107329827A (zh) 2017-11-07

Similar Documents

Publication Publication Date Title
WO2018233372A1 (fr) Procédé, dispositif et appareil de programmation de lvs prenant en charge une politique de programmation de hachage, et support de stockage
WO2018161478A1 (fr) Support d'informations, serveur, dispositif et procédé de traitement de fragmentation destiné à être utilisé avec des chaînes multi-blocs
WO2014081266A1 (fr) Format de paquet et procédé de communication de noeud de réseau pour compatibilité de routage ip et noeud de réseau associé
US8745196B2 (en) Enabling co-existence of hosts or virtual machines with identical addresses
CN102857438B (zh) 同步负载平衡器组件间的状态
WO2013117104A1 (fr) Système et procédé de téléchargement de données hors ligne bt, et support de stockage informatique
WO2018161479A1 (fr) Système et procédé de traitement de grappe de chaînes de blocs, dispositif informatique et support de stockage
WO2013137573A1 (fr) Appareil et procédé de gestion de contenu pour informatique en nuage
WO2020147396A1 (fr) Procédé permettant de configurer de manière dynamique un nom de domaine de service, dispositif, appareil, et support de stockage
WO2012057581A4 (fr) Système d'infonuagique et son procédé de synchronisation de données
WO2020224246A1 (fr) Procédé et appareil de gestion de données fondée sur une chaîne de blocs, dispositif et support d'informations
WO2017185925A1 (fr) Procédé d'accès à un site web, client et serveur de réseau local
US10956501B2 (en) Network-wide, location-independent object identifiers for high-performance distributed graph databases
WO2019189963A1 (fr) Système de gestion de grappes réparties et procédé associé
WO2018227771A1 (fr) Procédé, système, serveur de division de régions sur la base d'une police d'assurance, et support d'informations
WO2013094837A1 (fr) Procédé de gestion d'une distribution de charge de serveur par utilisation de résultats de fonction de hachage, et appareil correspondant
WO2015030270A1 (fr) Système de nom de domaine et procédé de service de noms de domaine basés sur des informations d'utilisateur
WO2018036168A1 (fr) Procédé et dispositif d'exécution de tâche de traitement de données, serveur d'exécution et support de stockage
WO2014142553A1 (fr) Appareil de commutation de réseau d'interconnexion capable d'attribuer de façon dynamique des ressources conformément à une charge de travail, et procédé associé
WO2017054445A1 (fr) Procédé de gestion de fichiers, serveur, et dispositif de mémoire en réseau
WO2017054446A1 (fr) Procédé de communication en réseau, dispositif, et dispositif de stockage rattaché à un réseau
WO2015006970A1 (fr) Commutateur, contrôleur, et procédé et système permettant de changer la configuration d'un dispositif et de traiter les paquets
WO2013176431A1 (fr) Système et procédé pour allouer un serveur à un serveur et pour une messagerie efficace
WO2019221377A1 (fr) Système de gestion de transactions basée sur une chaîne de blocs, et procédé de commande associé
WO2021125502A1 (fr) Système de fourniture de service en nuage basé sur des conteneurs et procédé associé

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18820374

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18820374

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 17.03.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18820374

Country of ref document: EP

Kind code of ref document: A1