CN108762924A - A kind of method, apparatus and computer readable storage medium of load balancing - Google Patents

A kind of method, apparatus and computer readable storage medium of load balancing Download PDF

Info

Publication number
CN108762924A
CN108762924A CN201810522107.0A CN201810522107A CN108762924A CN 108762924 A CN108762924 A CN 108762924A CN 201810522107 A CN201810522107 A CN 201810522107A CN 108762924 A CN108762924 A CN 108762924A
Authority
CN
China
Prior art keywords
node
service
weighted value
unit
services
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.)
Withdrawn
Application number
CN201810522107.0A
Other languages
Chinese (zh)
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810522107.0A priority Critical patent/CN108762924A/en
Publication of CN108762924A publication Critical patent/CN108762924A/en
Withdrawn legal-status Critical Current

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
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/508Monitor

Abstract

The embodiment of the invention discloses a kind of method, apparatus of load balancing and computer readable storage mediums, obtain the running state information of each node;Wherein, in running state information include multiple parameters;All parameters corresponding to same node are weighted summation, calculate the corresponding service weighted value of each node;According to service weighted value, service queue is updated;Wherein, the ISCSI nodes of service can be provided by being stored in service queue;Service weighted value reflects the loading condition of node, and service weighted value is lower, illustrates that the load of the node is smaller.When receiving ISCSI services, then a minimum node of service weighted value is chosen from service queue as service node, executes ISCSI services.When choosing service node, the loading condition of each node has been fully considered so that the service node selected is more reasonable, the occurrence of reducing node overload, ensure that the load balancing of each node ISCSI services.

Description

A kind of method, apparatus and computer readable storage medium of load balancing
Technical field
The present invention relates to distributed type assemblies technical field, the method, apparatus more particularly to a kind of load balancing and calculating Machine readable storage medium storing program for executing.
Background technology
With the development of internet, the increase of Internet user, the data in internet also drastically expand.It generates daily Data volume is ten hundreds of.Single computer is limited by hardware such as memory, CPU, cannot be satisfied storage and has been calculated requirement.
Mass data storage is come into being, and distributed file system is the important technology of mass data storage, it is by data It is stored on multiple memory nodes of physical dispersion, unified management and distribution is carried out to the resource of these nodes, and provide use Family accesses file system interface.By distributed file system, mass data storage system can easily store PB level data. Distributed type assemblies make full use of distributed superiority, solve the storage and problem analysis of big data.
In order to improve the scalability of cluster, distributed type assemblies usually can all support Internet Small Computer Systems Interface (Internet Small Computer System Interface, ISCSI) stores agreement.Traditional distributed type assemblies ISCSI service systems are mainly made of client, interchanger, ISCSI service modules and node.User is sent by client and is visited Ask request of data, distributed cluster system can currently provide the ISCSI nodes of service by switch query, from these nodes It is arbitrary that a node offer ISCSI service is provided.This processing mode does not consider the actual loading situation of each node, may The ISCSI of some node can be caused to service to provide excessively, the node is made to be in high load condition, and other nodes are in and wait for shape State results in waste of resources.
As it can be seen that how to realize the load balancing of distributed type assemblies interior joint, being that those skilled in the art are urgently to be resolved hurrily asks Topic.
Invention content
The purpose of the embodiment of the present invention is to provide a kind of method, apparatus and computer readable storage medium of load balancing, The load balancing of distributed type assemblies interior joint may be implemented.
In order to solve the above technical problems, the embodiment of the present invention provides a kind of load-balancing method, including:
Obtain the running state information of each node;Wherein, include multiple parameters in the running state information;
All parameters corresponding to same node are weighted summation, calculate the corresponding service power of each node Weight values;
According to the service weighted value, service queue is updated;
When receiving ISCSI services, then a minimum node of service weighted value is chosen from the service queue and is made For service node, the ISCSI services are executed.
Optionally, described according to the service weighted value, to service queue be updated including:
The node that service weighted value is less than preset upper limit value is selected from all nodes;
According to the sequence of service weighted value ascending order, the node selected is added in the service queue, with reality Now to the update of the service queue.
Optionally, further include:
Condition monitoring instruction is sent to each service node;
When not receiving the response message of service node feedback in preset time, then sent out respectively to cache module and client It send services migrating to instruct, and is deleted from the service queue using the service node as deprecated objects.
Optionally, further include:
The corresponding read-write operation of services migrating instruction is recorded in the cache module;
After completing services migrating, judge in the cache module with the presence or absence of unfinished read-write operation;
It is instructed if so, being migrated to the client transmission data.
Optionally, further include:
Condition monitoring instruction is sent to each deprecated objects;
When receiving the response message of deprecated objects feedback in preset time, using the deprecated objects as section to be serviced Point is added in the service queue.
The embodiment of the present invention additionally provides a kind of load balancing apparatus, including acquiring unit, computing unit, updating unit and Selection unit;
The acquiring unit, the running state information for obtaining each node;Wherein, the running state information includes There are multiple parameters;
The computing unit calculates each section for being weighted summation to the corresponding all parameters of same node The corresponding service weighted value of point;
The updating unit, for according to the service weighted value, being updated to service queue;
The selection unit, for when receiving ISCSI services, then choosing service weighted value from the service queue A minimum node executes the ISCSI services as service node.
Optionally, the updating unit is specifically used for from service weighted value is selected in all nodes less than on default The node of limit value;According to the sequence of service weighted value ascending order, the node selected is added in the service queue, with Realize the update to the service queue.
Optionally, further include monitoring unit and migration units;
The monitoring unit, for sending condition monitoring instruction to each service node;
The migration units, for when do not received in preset time service node feedback response message when, then to caching Module and client send services migrating instruction respectively, and using the service node as deprecated objects from the service queue It deletes.
Optionally, further include recording unit, judging unit and transmission unit;
The recording unit, for the corresponding read-write operation of services migrating instruction to be recorded in the cache module In;
The judging unit judges to whether there is in the cache module unfinished for when completes services migrating after Read-write operation;If so, triggering the transmission unit;
The transmission unit is instructed for being migrated to the client transmission data.
Optionally, further include adding device;
The monitoring unit is additionally operable to send condition monitoring instruction to each deprecated objects;
The adding device, for when receiving the response message of deprecated objects feedback in preset time, described will give up Node is abandoned to be added in the service queue as node to be serviced.
The embodiment of the present invention additionally provides a kind of load balancing apparatus, including:
Memory, for storing computer program;
Processor, for executing the step of computer program is to realize load-balancing method as described above.
The embodiment of the present invention additionally provides a kind of computer readable storage medium, is deposited on the computer readable storage medium Computer program is contained, the step of computer program realizes load-balancing method as described above when being executed by processor.
The running state information of each node is obtained it can be seen from above-mentioned technical proposal;Wherein, the running state information In include multiple parameters;All parameters corresponding to same node are weighted summation, and it is respectively right to calculate each node The service weighted value answered;According to the service weighted value, service queue is updated;Service weighted value reflects the negative of node Situation is carried, service weighted value is lower, illustrates that the load of the node is smaller.When receiving ISCSI services, then from the service team A minimum node of service weighted value is chosen in row as service node, executes the ISCSI services.Choosing service node When, fully consider the loading condition of each node so that the service node selected is more reasonable, reduces node overload situation Generation, ensure that the load balancing of each node ISCSI service.
Description of the drawings
In order to illustrate the embodiments of the present invention more clearly, attached drawing needed in the embodiment will be done simply below It introduces, it should be apparent that, drawings in the following description are only some embodiments of the invention, for ordinary skill people For member, without creative efforts, other drawings may also be obtained based on these drawings.
Fig. 1 is a kind of flow chart of load-balancing method provided in an embodiment of the present invention;
Fig. 2 is a kind of structural schematic diagram of load balancing apparatus provided in an embodiment of the present invention;
Fig. 3 is a kind of hardware architecture diagram of load balancing apparatus provided in an embodiment of the present invention.
Specific implementation mode
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation describes, it is clear that described embodiments are only a part of the embodiments of the present invention, rather than whole embodiments.Based on this Embodiment in invention, without making creative work, what is obtained is every other by those of ordinary skill in the art Embodiment belongs to the scope of the present invention.
In order to enable those skilled in the art to better understand the solution of the present invention, with reference to the accompanying drawings and detailed description The present invention is described in further detail.
Next, a kind of load-balancing method that the embodiment of the present invention is provided is discussed in detail.Fig. 1 is the embodiment of the present invention A kind of flow chart of the load-balancing method provided, this method include:
S101:Obtain the running state information of each node.
Wherein, in running state information include multiple parameters, for example, cpu performance index, memory and the Netowrk tape of node The parameters such as width.
The running state information for obtaining node is in order to which the loading condition to node is assessed, in order to subsequent calls phase Node is answered to execute ISCSI services.When node, which is in off-mode either node, does not have the permission for providing ISCSI services, It is then not necessarily to obtain the running state information of the node, namely what is obtained is all the operation shape for being capable of providing the node that ISCSI is serviced State information.
S102:All parameters corresponding to same node are weighted summation, and it is corresponding to calculate each node Service weighted value.
In the concrete realization, the corresponding score table of each parameter can be pre-established, it can be with recording parameters in the score table Corresponding fractional value, can know the corresponding fractional value of each parameter according to the score table in different value ranges.
When being weighted summation, each type of parameter has its corresponding weight factor.
Wherein, the value of the weight factor of all kinds of parameters, can according to all kinds of parameters and the degree of correlation of node load into Row setting.The high parameter with the degree of correlation of node load, corresponding weight factor can be arranged higher;It is negative with node The low parameter of the degree of correlation of load, corresponding weight factor can be arranged more relatively low, and the sum of all weight factors are 1.
The node number for including in distributed cluster system has multiple.The calculation phase of the service weighted value of each node Together, by taking a node as an example, summation can be weighted to all parameters of the node according to weight factor, to obtain the section The service weighted value of point.And so on, the corresponding service weighted value of each node can be calculated.
S103:According to the service weighted value, service queue is updated.
The ISCSI nodes of service can be provided by being stored in service queue.
In embodiments of the present invention, ascending order arrangement can be carried out to node according to the service weighted value of node, and by these Node is stored in the form of service queue, in order to can subsequently call suitable node to provide ISCSI from the service queue Service.
In order to promote the availability of each node in service queue, a upper limit value can be preset, when the clothes of certain node When being engaged in weighted value more than the upper limit value, then illustrate that the load of the node has had reached upper limit case, is not suitable for executing again new ISCSI is serviced.
In the concrete realization, the section that service weighted value is less than preset upper limit value can be selected from all nodes Point;According to the sequence of service weighted value ascending order, the node selected is added in the service queue, to realize to institute State the update of service queue.
By setting upper limit value, some can be excluded and load higher node, ensure that the height of each node in service queue Availability.
It should be noted that in embodiments of the present invention, the operating status letter of each node can be obtained according to cycle time Breath, according to the operation of above-mentioned S101-S103, periodically updates service queue.
Wherein, cycle time can be set according to actual demand, when load balancing it is more demanding when, then can will Cycle time is arranged shorter;It, then can be by the longer of cycle time setting, to week when the requirement of load balancing is relatively low The specific value of time phase does not limit.
S104:When receiving ISCSI services, then a minimum section of service weighted value is chosen from the service queue Point is used as service node, executes the ISCSI services.
Service weighted value reflects the loading condition of node, and service weighted value is lower, illustrates that the load of the node is smaller, phase Than for other nodes the node be more suitable for provide ISCSI service.
In embodiments of the present invention, a minimum node of service weighted value can be chosen from service queue as service Node.When the minimum node of service weighted value has multiple, then any one section therein can be chosen from this multiple node Point is used as service node, or according to the calling frequency of these nodes, selects a less node of the called frequency and make For service node.
The running state information of each node is obtained it can be seen from above-mentioned technical proposal;Wherein, the running state information In include multiple parameters;All parameters corresponding to same node are weighted summation, and it is respectively right to calculate each node The service weighted value answered;According to the service weighted value, service queue is updated;Service weighted value reflects the negative of node Situation is carried, service weighted value is lower, illustrates that the load of the node is smaller.When receiving ISCSI services, then from the service team A minimum node of service weighted value is chosen in row as service node, executes the ISCSI services.Choosing service node When, fully consider the loading condition of each node so that the service node selected is more reasonable, reduces node overload situation Generation, ensure that the load balancing of each node ISCSI service.
It is possible that abnormal conditions, lead to not provide ISCSI services when being run in view of node.For this kind of feelings Condition can be monitored the service state of service node, once monitor service node occur it is abnormal, can in time to its into Row relevant treatment, to ensure the normal operation of ISCSI services.
Specifically, condition monitoring instruction can be sent to each service node;When the service of not received in preset time saves When the response message of point feedback, then services migrating instruction is sent respectively to cache module and client, and by the service node It is deleted from the service queue as deprecated objects.
Under normal operating conditions, after service node receives condition monitoring instruction, can believe to monitoring module feedback response Breath.
When monitoring module does not receive the response message of service node feedback in preset time, then illustrate the service node It has been likely to occur failure, has caused node abnormal, monitoring module can send service respectively to cache module and client and move at this time Move instruction.
Services migrating instruction is used to indicate services the information shifted from abnormal nodes to normal node by ISCSI.
Wherein, storage is provided with the nodal information that ISCSI is serviced in cache module.When the node for providing ISCSI services goes out When now abnormal, monitoring module needs to send services migrating instruction to cache module, in order to which cache module carries out nodal information Update.
When node provides ISCSI services, there is communication connection between node and client, when node breaks down, Monitoring module needs to send services migrating instruction to client, establishes and communicates to connect with new node in order to client.
For example, node 1 provides ISCSI services for client, there is communication connection, when node 1 between node 1 and client When occurring abnormal, it is assumed that call node 2 to replace the work of node 1, monitoring module needs to move to client transmission service at this time Instruction is moved, the relevant information of node 2 can be carried in services migrating instruction, in order to be established between client and node 2 Communication connection, to ensure the normal operation of ISCSI services.
, can be when service node occur abnormal by monitoring the service state of each service node, it in time will be on the node Service migrated, influenced caused by greatly reducing that node is abnormal and servicing ISCSI.
Include corresponding memory module in distributed cluster system to need when node provides ISCSI services to client It is dependent on corresponding data.When node occurs abnormal, it is possible that Data Migration is imperfect, so as to cause ISCSI The interruption of service.
In embodiments of the present invention, the corresponding read-write operation of services migrating instruction can be recorded in cache module, I.e. the session status of record ISCSI services, each read-write operation are all recorded in cache module, until operating practical rule, Delete the record.
After completing services migrating, monitoring module may determine that in the cache module with the presence or absence of unfinished read-write behaviour Make.
When there is unfinished read-write operation in cache module, then illustrate that Data Migration is imperfect, at this time monitoring module It can migrate and instruct to client transmission data, in order to which client is by corresponding data transmission to memory module, to ensure The continuity of ISCSI services.
When service node occurs abnormal, can be deleted from service queue as deprecated objects.Go out when leading to node After now abnormal factor is eliminated, the service state of the node can restore normal, can the node be rejoined service at this time In queue.
In the concrete realization, monitoring module can send condition monitoring instruction to each deprecated objects, to realize to discarded section The monitoring of point service state.
When receiving the response message of deprecated objects feedback in preset time, then illustrate that the deprecated objects are recovered just Often, then it can be added to the deprecated objects as node to be serviced in the service queue.
It is monitored, can be in time restored it after deprecated objects restore normal by the service state to deprecated objects Into service queue, node abandoned always is avoided, the waste of resource is caused.
Fig. 2 is a kind of structural schematic diagram of load balancing apparatus provided in an embodiment of the present invention, including acquiring unit 21, meter Calculate unit 22, updating unit 23 and selection unit 24;
The acquiring unit 21, the running state information for obtaining each node;Wherein, it is wrapped in the running state information Multiple parameters are included;
The computing unit 22 calculates each described for being weighted summation to the corresponding all parameters of same node The corresponding service weighted value of node;
The updating unit 23, for according to the service weighted value, being updated to service queue;
The selection unit 24, for when receiving ISCSI services, then choosing service weight from the service queue It is worth a minimum node as service node, executes the ISCSI services.
Optionally, the updating unit is specifically used for from service weighted value is selected in all nodes less than on default The node of limit value;According to the sequence of service weighted value ascending order, the node selected is added in the service queue, with Realize the update to the service queue.
Optionally, further include monitoring unit and migration units;
The monitoring unit, for sending condition monitoring instruction to each service node;
The migration units, for when do not received in preset time service node feedback response message when, then to caching Module and client send services migrating instruction respectively, and using the service node as deprecated objects from the service queue It deletes.
Optionally, further include recording unit, judging unit and transmission unit;
The recording unit, for the corresponding read-write operation of services migrating instruction to be recorded in the cache module In;
The judging unit judges to whether there is in the cache module unfinished for when completes services migrating after Read-write operation;If so, triggering the transmission unit;
The transmission unit is instructed for being migrated to the client transmission data.
Optionally, further include adding device;
The monitoring unit is additionally operable to send condition monitoring instruction to each deprecated objects;
The adding device, for when receiving the response message of deprecated objects feedback in preset time, described will give up Node is abandoned to be added in the service queue as node to be serviced.
The explanation of feature may refer to the related description of embodiment corresponding to Fig. 1 in embodiment corresponding to Fig. 2, here no longer It repeats one by one.
The running state information of each node is obtained it can be seen from above-mentioned technical proposal;Wherein, the running state information In include multiple parameters;All parameters corresponding to same node are weighted summation, and it is respectively right to calculate each node The service weighted value answered;According to the service weighted value, service queue is updated;Service weighted value reflects the negative of node Situation is carried, service weighted value is lower, illustrates that the load of the node is smaller.When receiving ISCSI services, then from the service team A minimum node of service weighted value is chosen in row as service node, executes the ISCSI services.Choosing service node When, fully consider the loading condition of each node so that the service node selected is more reasonable, reduces node overload situation Generation, ensure that the load balancing of each node ISCSI service.
Fig. 3 is a kind of hardware architecture diagram of load balancing apparatus 30 provided in an embodiment of the present invention, including:
Memory 31, for storing computer program;
Processor 32, for executing the step of computer program is to realize load-balancing method as described above.
The embodiment of the present invention additionally provides a kind of computer readable storage medium, is deposited on the computer readable storage medium Computer program is contained, the step of computer program realizes load-balancing method as described above when being executed by processor.
It is provided for the embodiments of the invention a kind of method, apparatus and computer readable storage medium of load balancing above It is described in detail.Each embodiment is described by the way of progressive in specification, the highlights of each of the examples are Difference from other examples, just to refer each other for identical similar portion between each embodiment.Embodiment is disclosed Device for, since it is corresponded to the methods disclosed in the examples, so description is fairly simple, related place is referring to method Part illustrates.It should be pointed out that for those skilled in the art, before not departing from the principle of the invention It puts, can be with several improvements and modifications are made to the present invention, these improvement and modification also fall into the guarantor of the claims in the present invention It protects in range.
Professional further appreciates that, unit described in conjunction with the examples disclosed in the embodiments of the present disclosure And algorithm steps, can be realized with electronic hardware, computer software, or a combination of the two, in order to clearly demonstrate hardware and The interchangeability of software generally describes each exemplary composition and step according to function in the above description.These Function is implemented in hardware or software actually, depends on the specific application and design constraint of technical solution.Profession Technical staff can use different methods to achieve the described function each specific application, but this realization is not answered Think beyond the scope of this invention.
The step of method described in conjunction with the examples disclosed in this document or algorithm, can directly be held with hardware, processor The combination of capable software module or the two is implemented.Software module can be placed in random access memory (RAM), memory, read-only deposit Reservoir (ROM), electrically programmable ROM, electrically erasable ROM, register, hard disk, moveable magnetic disc, CD-ROM or technology In any other form of storage medium well known in field.

Claims (10)

1. a kind of load-balancing method, which is characterized in that including:
Obtain the running state information of each node;Wherein, include multiple parameters in the running state information;
All parameters corresponding to same node are weighted summation, calculate the corresponding service weight of each node Value;
According to the service weighted value, service queue is updated;
When receiving ISCSI services, then a minimum node of service weighted value is chosen from the service queue as clothes Business node executes the ISCSI services.
2. according to the method described in claim 1, it is characterized in that, described according to the service weighted value, to service queue into Row updates:
The node that service weighted value is less than preset upper limit value is selected from all nodes;
According to the sequence of service weighted value ascending order, the node selected is added in the service queue, with realization pair The update of the service queue.
3. method according to claim 1 or 2, which is characterized in that further include:
Condition monitoring instruction is sent to each service node;
When not receiving the response message of service node feedback in preset time, then clothes are sent respectively to cache module and client Business migration instruction, and deleted from the service queue using the service node as deprecated objects.
4. according to the method described in claim 3, it is characterized in that, further including:
The corresponding read-write operation of services migrating instruction is recorded in the cache module;
After completing services migrating, judge in the cache module with the presence or absence of unfinished read-write operation;
It is instructed if so, being migrated to the client transmission data.
5. according to the method described in claim 3, it is characterized in that, further including:
Condition monitoring instruction is sent to each deprecated objects;
When receiving the response message of deprecated objects feedback in preset time, add the deprecated objects as node to be serviced It adds in the service queue.
6. a kind of load balancing apparatus, which is characterized in that including acquiring unit, computing unit, updating unit and selection unit;
The acquiring unit, the running state information for obtaining each node;Wherein, include more in the running state information A parameter;
It is each to calculate each node for being weighted summation to the corresponding all parameters of same node for the computing unit Self-corresponding service weighted value;
The updating unit, for according to the service weighted value, being updated to service queue;
The selection unit, for when receiving ISCSI services, then it is minimum to choose service weighted value from the service queue A node as service node, execute the ISCSI services.
7. device according to claim 6, which is characterized in that further include monitoring unit and migration units;
The monitoring unit, for sending condition monitoring instruction to each service node;
The migration units, for when do not received in preset time service node feedback response message when, then to cache module It sends services migrating instruction respectively with client, and is deleted from the service queue using the service node as deprecated objects It removes.
8. device according to claim 7, which is characterized in that further include recording unit, judging unit and transmission unit;
The recording unit, for the corresponding read-write operation of services migrating instruction to be recorded in the cache module;
The judging unit, for after completing services migrating, judging in the cache module with the presence or absence of unfinished read-write Operation;If so, triggering the transmission unit;
The transmission unit is instructed for being migrated to the client transmission data.
9. a kind of load balancing apparatus, which is characterized in that including:
Memory, for storing computer program;
Processor, for executing the computer program to realize the load-balancing method as described in claim 1 to 5 any one The step of.
10. a kind of computer readable storage medium, which is characterized in that be stored with computer on the computer readable storage medium Program realizes the step of the load-balancing method as described in any one of claim 1 to 5 when the computer program is executed by processor Suddenly.
CN201810522107.0A 2018-05-28 2018-05-28 A kind of method, apparatus and computer readable storage medium of load balancing Withdrawn CN108762924A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810522107.0A CN108762924A (en) 2018-05-28 2018-05-28 A kind of method, apparatus and computer readable storage medium of load balancing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810522107.0A CN108762924A (en) 2018-05-28 2018-05-28 A kind of method, apparatus and computer readable storage medium of load balancing

Publications (1)

Publication Number Publication Date
CN108762924A true CN108762924A (en) 2018-11-06

Family

ID=64006310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810522107.0A Withdrawn CN108762924A (en) 2018-05-28 2018-05-28 A kind of method, apparatus and computer readable storage medium of load balancing

Country Status (1)

Country Link
CN (1) CN108762924A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110163756A (en) * 2019-05-28 2019-08-23 深圳市网心科技有限公司 A kind of method of commerce based on alliance's chain, system, server and block catenary system
CN110933136A (en) * 2019-10-31 2020-03-27 北京浪潮数据技术有限公司 Service node selection method, device, equipment and readable storage medium
CN110992045A (en) * 2019-11-15 2020-04-10 安徽海汇金融投资集团有限公司 Method and system for monitoring abnormal risk of transfer of accounts receivable and debt right
CN111427660A (en) * 2020-03-19 2020-07-17 北京奇艺世纪科技有限公司 Scheduling method and device for uploading machine
CN111782626A (en) * 2020-08-14 2020-10-16 工银科技有限公司 Task allocation method and device, distributed system, electronic device and medium
CN111984395A (en) * 2019-05-22 2020-11-24 中移(苏州)软件技术有限公司 Data migration method and system, and computer readable storage medium
CN112291292A (en) * 2019-07-26 2021-01-29 浙江宇视科技有限公司 Data storage method, device, equipment and medium
CN112787948A (en) * 2020-12-30 2021-05-11 上海微盟企业发展有限公司 Traffic load balancing method and related device
CN114205361A (en) * 2021-12-08 2022-03-18 聚好看科技股份有限公司 Load balancing method and server
CN115474079A (en) * 2022-08-11 2022-12-13 中国电信股份有限公司 Media stream migration method and device, electronic equipment and storage medium
CN116800756A (en) * 2023-08-22 2023-09-22 三未信安科技股份有限公司 Global scheduling method, system, equipment and medium for large-scale password equipment cluster
CN117459458A (en) * 2023-10-11 2024-01-26 宁波尚闻科技(集团)有限公司 Flow control method, system and storage medium based on cloud service

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101471825A (en) * 2007-12-26 2009-07-01 中国科学院声学研究所 Method for detecting P2P stream medium system node availability using reputation model
CN101753461A (en) * 2010-01-14 2010-06-23 中国建设银行股份有限公司 Method for realizing load balance, load balanced server and group system
CN104202254A (en) * 2014-08-14 2014-12-10 江苏省邮电规划设计院有限责任公司 An intelligent load balancing method based on a cloud calculation platform server
CN106385468A (en) * 2016-12-07 2017-02-08 西安电子科技大学 Method for balancing predictable dynamic load of Web clusters
US20170085488A1 (en) * 2015-09-22 2017-03-23 Brocade Communications Systems, Inc. Intelligent, load adaptive, and self optimizing master node selection in an extended bridge
CN106603661A (en) * 2016-12-14 2017-04-26 国云科技股份有限公司 Dynamic resource balance scheduling method suitable for cloud platform
CN107562531A (en) * 2016-06-30 2018-01-09 华为技术有限公司 A kind of data balancing method and device
CN108055338A (en) * 2017-12-22 2018-05-18 创新科存储技术有限公司 A kind of ISCSI accesses load-balancing method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101471825A (en) * 2007-12-26 2009-07-01 中国科学院声学研究所 Method for detecting P2P stream medium system node availability using reputation model
CN101753461A (en) * 2010-01-14 2010-06-23 中国建设银行股份有限公司 Method for realizing load balance, load balanced server and group system
CN104202254A (en) * 2014-08-14 2014-12-10 江苏省邮电规划设计院有限责任公司 An intelligent load balancing method based on a cloud calculation platform server
US20170085488A1 (en) * 2015-09-22 2017-03-23 Brocade Communications Systems, Inc. Intelligent, load adaptive, and self optimizing master node selection in an extended bridge
CN107562531A (en) * 2016-06-30 2018-01-09 华为技术有限公司 A kind of data balancing method and device
CN106385468A (en) * 2016-12-07 2017-02-08 西安电子科技大学 Method for balancing predictable dynamic load of Web clusters
CN106603661A (en) * 2016-12-14 2017-04-26 国云科技股份有限公司 Dynamic resource balance scheduling method suitable for cloud platform
CN108055338A (en) * 2017-12-22 2018-05-18 创新科存储技术有限公司 A kind of ISCSI accesses load-balancing method

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984395A (en) * 2019-05-22 2020-11-24 中移(苏州)软件技术有限公司 Data migration method and system, and computer readable storage medium
CN111984395B (en) * 2019-05-22 2022-12-13 中移(苏州)软件技术有限公司 Data migration method, system and computer readable storage medium
CN110163756A (en) * 2019-05-28 2019-08-23 深圳市网心科技有限公司 A kind of method of commerce based on alliance's chain, system, server and block catenary system
CN110163756B (en) * 2019-05-28 2023-07-18 深圳市迅雷网络技术有限公司 Transaction method, system, server and blockchain system based on alliance chain
CN112291292B (en) * 2019-07-26 2023-04-07 浙江宇视科技有限公司 Data storage method, device, equipment and medium
CN112291292A (en) * 2019-07-26 2021-01-29 浙江宇视科技有限公司 Data storage method, device, equipment and medium
CN110933136A (en) * 2019-10-31 2020-03-27 北京浪潮数据技术有限公司 Service node selection method, device, equipment and readable storage medium
CN110992045A (en) * 2019-11-15 2020-04-10 安徽海汇金融投资集团有限公司 Method and system for monitoring abnormal risk of transfer of accounts receivable and debt right
CN110992045B (en) * 2019-11-15 2024-03-22 安徽海汇金融投资集团有限公司 Method and system for monitoring abnormal risk of account-receivables and right-of-way flows
CN111427660A (en) * 2020-03-19 2020-07-17 北京奇艺世纪科技有限公司 Scheduling method and device for uploading machine
CN111427660B (en) * 2020-03-19 2023-07-25 北京奇艺世纪科技有限公司 Method and device for scheduling uploading machine
CN111782626A (en) * 2020-08-14 2020-10-16 工银科技有限公司 Task allocation method and device, distributed system, electronic device and medium
CN112787948A (en) * 2020-12-30 2021-05-11 上海微盟企业发展有限公司 Traffic load balancing method and related device
CN114205361A (en) * 2021-12-08 2022-03-18 聚好看科技股份有限公司 Load balancing method and server
CN114205361B (en) * 2021-12-08 2023-10-27 聚好看科技股份有限公司 Load balancing method and server
CN115474079A (en) * 2022-08-11 2022-12-13 中国电信股份有限公司 Media stream migration method and device, electronic equipment and storage medium
CN116800756A (en) * 2023-08-22 2023-09-22 三未信安科技股份有限公司 Global scheduling method, system, equipment and medium for large-scale password equipment cluster
CN116800756B (en) * 2023-08-22 2023-12-01 三未信安科技股份有限公司 Global scheduling method, system, equipment and medium for large-scale password equipment cluster
CN117459458A (en) * 2023-10-11 2024-01-26 宁波尚闻科技(集团)有限公司 Flow control method, system and storage medium based on cloud service

Similar Documents

Publication Publication Date Title
CN108762924A (en) A kind of method, apparatus and computer readable storage medium of load balancing
CN110737442B (en) Edge application management method and system
Radojević et al. Analysis of issues with load balancing algorithms in hosted (cloud) environments
CN103547994B (en) The method and system across cloud computing for capacity management and disaster recovery
CN110266716B (en) Unified service platform system of power grid
CN109257440A (en) A kind of service discovery and client load equalization methods based on service register center
CN109412874B (en) Equipment resource configuration method, device, server and storage medium
CN110417587B (en) Server load management
CN111338773A (en) Distributed timed task scheduling method, scheduling system and server cluster
US20060200469A1 (en) Global session identifiers in a multi-node system
CN113067850B (en) Cluster arrangement system under multi-cloud scene
CN110311979B (en) Task migration method of MEC server and related device
CN110471749A (en) Task processing method, device, computer readable storage medium and computer equipment
CN110580198B (en) Method and device for adaptively switching OpenStack computing node into control node
CN108228393A (en) A kind of implementation method of expansible big data High Availabitity
CN112231108A (en) Task processing method and device, computer readable storage medium and server
CN113821340A (en) Dynamic balancing method, system, terminal and storage medium of distributed system
CN108989106A (en) A kind of data processing method of distributed type assemblies, apparatus and system
CN110515728B (en) Server scheduling method and device, electronic equipment and machine-readable storage medium
CN112199176B (en) Service processing method, device and related equipment
CN113626145A (en) Dynamic capacity expansion method and system for number of service virtual machines
CN116112569B (en) Micro-service scheduling method and management system
CN108200151A (en) ISCSI Target load-balancing methods and device in a kind of distributed memory system
JP2011209811A (en) Virtual machine system and virtual machine arrangement method
CN116069450A (en) Migration mode decision method, device, equipment and medium for virtual machine thermomigration

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20181106

WW01 Invention patent application withdrawn after publication