CN111160810A - Workflow-based high-performance distributed spatial analysis task scheduling method and system - Google Patents

Workflow-based high-performance distributed spatial analysis task scheduling method and system Download PDF

Info

Publication number
CN111160810A
CN111160810A CN202010019953.8A CN202010019953A CN111160810A CN 111160810 A CN111160810 A CN 111160810A CN 202010019953 A CN202010019953 A CN 202010019953A CN 111160810 A CN111160810 A CN 111160810A
Authority
CN
China
Prior art keywords
task
analysis
subtasks
workflow
node
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.)
Pending
Application number
CN202010019953.8A
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.)
WUHAN ZONDY CYBER TECHNOLOGY CO LTD
China University of Geosciences
Original Assignee
WUHAN ZONDY CYBER TECHNOLOGY CO LTD
China University of Geosciences
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 WUHAN ZONDY CYBER TECHNOLOGY CO LTD, China University of Geosciences filed Critical WUHAN ZONDY CYBER TECHNOLOGY CO LTD
Priority to CN202010019953.8A priority Critical patent/CN111160810A/en
Publication of CN111160810A publication Critical patent/CN111160810A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Operations Research (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Educational Administration (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of workflow, in particular to a high-performance distributed space analysis task scheduling method and a system based on the workflow, which are different in that the method comprises the following steps: step 1), task splitting: receiving a user space analysis request, performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all subtasks into a task pool of the request; step 2), task execution: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node; step 3), task merging: and after all the subtasks in the task pool are executed, merging all the subtasks. The invention divides the space analysis task which consumes a large amount of time and calculation into fine granularity, and quickly completes the space analysis task.

Description

Workflow-based high-performance distributed spatial analysis task scheduling method and system
Technical Field
The invention relates to the technical field of workflow, in particular to a high-performance distributed spatial analysis task scheduling method and system based on workflow.
Background
Workflow technology is a computational model of a workflow, i.e., logic and rules that organize how the work in the workflow is together in tandem are represented in a computer in an appropriate model and computed. Workflow is a concept proposed for regular activities with fixed programs in work. The aim of improving the production organization level and the working efficiency is achieved by decomposing the working activities into well-defined tasks, roles, rules and processes for execution and monitoring. The workflow technology provides advanced means for enterprises to better achieve business goals.
The workflow technology originated from research work in the field of office automation in the mid 70's of the 20 th century, but the workflow technology did not improve office efficiency greatly in the 1970's because the use of computers in offices was not generally accepted at that time, and developers were not aware of the needs and drawbacks of groupware technology. In 1993, the establishment of the international workflow management association (WfMC) marks the beginning of the workflow technology to enter a relatively mature stage, and is clearly divided into its own places in the field of computer application research. In order to realize the interoperation between different workflow products, the WfMC establishes a series of standards in terms of related terms, architecture, application programming interfaces and the like of a workflow management system. The workflow management alliance (WfMC) defines workflows as a class of business processes that can be fully or partially automated, and documents, information or tasks can be passed, executed between different actors according to a series of process rules. In practice, all processes whose execution is controlled by a computer software system (workflow management system) can be more broadly called workflows.
At present, a workflow is usually built in a system, and when a space analysis task is executed, the task cannot be split, so that time consumption is often high, the calculation amount is huge, and the analysis efficiency is low.
In view of the above, to overcome the above drawbacks, a method and a system for scheduling a high-performance distributed spatial analysis task based on a workflow are provided.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a workflow-based high-performance distributed spatial analysis task scheduling method and system, which are used for dividing a spatial analysis task which is time-consuming and large in calculation amount into fine granularities and quickly completing the spatial analysis task.
In order to solve the technical problems, the technical scheme of the invention is as follows: the workflow-based high-performance distributed spatial analysis task scheduling method is characterized by comprising the following steps of:
step 1), task splitting: receiving a user space analysis request, performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all subtasks into a task pool of the request;
step 2), task execution: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node;
step 3), task merging: and after all the subtasks in the task pool are executed, merging all the subtasks.
According to the scheme, in the step 1), the task analysis is performed on the spatial analysis request according to the metadata information of the spatial analysis type.
According to the scheme, in the step 2), all the node lists capable of executing the task are obtained according to the metadata information of the current spatial analysis.
According to the scheme, in the step 2), the execution state of the task is monitored, and the efficiency and performance of the node for executing the task are recorded and used as a reference basis for next task scheduling.
According to the scheme, if the task fails in the task monitoring, the information of the current task execution failure is recorded, and the failed task is placed into the task pool again to wait for the task to be redistributed.
According to the scheme, in the step 3), the combination of the subtasks is also executed on each node.
The workflow-based high-performance distributed spatial analysis task scheduling system is characterized by comprising the following components:
a task splitting system: performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all the subtasks into a task pool of the request; the task execution system: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node;
and a task merging system: and after all the subtasks in the task pool are executed, merging all the subtasks.
According to the scheme, the task execution system also comprises
The intelligent task scheduling system: when the space analysis subtasks are scheduled, the reliability and performance indexes of the nodes and the overall utilization rate of the cluster are comprehensively considered, and the space analysis is guaranteed to be reliable and an analysis result is obtained most quickly;
task execution state monitoring system: the state, progress and result of task execution are monitored in real time, and failure of space analysis caused by no response of a certain node and abnormity of network interruption is avoided;
task failover system: tasks are automatically and intelligently redistributed when subtasks fail.
The invention has the following beneficial effects:
1) easy to understand, development is simple:
according to the invention, only some interfaces are simply realized, a distributed program can be completed, the decomposed subtasks can be distributed to different interfaces for execution, and the task execution process is greatly simplified;
2) the expansibility of the system is good:
the number of the nodes can be increased according to the increase of the task amount of the processed data, so that the system can rapidly process offline data with huge data amount by increasing the number of the computing nodes to hundreds or thousands, and has good expansibility;
3) the method has high fault tolerance:
for subtasks which fail due to node faults, the system can automatically arrange the tasks to the nodes which normally run until the tasks are completed, so that the influence on the whole process of the tasks is small.
Drawings
FIG. 1 is a schematic flow chart of an embodiment of the present invention;
FIG. 2 is a schematic diagram of a task splitting flow according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a task execution flow according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Many aspects of the invention are better understood with reference to the following drawings. The components in the drawings are not necessarily to scale. Instead, emphasis is placed upon clearly illustrating the components of the present invention. Moreover, in the several views of the drawings, like reference numerals designate corresponding parts.
The word "exemplary" or "illustrative" as used herein means serving as an example, instance, or illustration. Any embodiment described herein as "exemplary" or "illustrative" is not necessarily to be construed as preferred or advantageous over other embodiments. All of the embodiments described below are exemplary embodiments provided to enable persons skilled in the art to make and use the examples of the disclosure and are not intended to limit the scope of the disclosure, which is defined by the claims. In other instances, well-known features and methods are described in detail so as not to obscure the invention. For purposes of the description herein, the terms "upper," "lower," "left," "right," "front," "rear," "vertical," "horizontal," and derivatives thereof shall relate to the invention as oriented in fig. 1. Furthermore, there is no intention to be bound by any expressed or implied theory presented in the preceding technical field, background, brief summary or the following detailed description. It is also to be understood that the specific devices and processes illustrated in the attached drawings, and described in the following specification are simply exemplary embodiments of the inventive concepts defined in the appended claims. Hence, specific dimensions and other physical characteristics relating to the embodiments disclosed herein are not to be considered as limiting, unless the claims expressly state otherwise.
Referring to fig. 1 to 3, the difference between the high-performance distributed spatial analysis task scheduling method based on workflow according to the present invention is that the method includes the following steps:
step 1), task splitting: receiving a user space analysis request, performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all subtasks into a task pool of the request;
step 2), task execution: obtaining all node lists of executable tasks, selecting an optimal node according to an intelligent task scheduling system, selecting a subtask from a task pool and executing the subtask on the node;
step 3), task merging: and after all the subtasks in the task pool are executed, merging all the subtasks.
Specifically, in step 1), the task analysis is performed on the spatial analysis request according to the metadata information of the spatial analysis type.
Specifically, in step 2), all node lists capable of executing the task are obtained according to the metadata information of the current spatial analysis.
Specifically, in the step 2), the execution state of the task is monitored, and the efficiency and performance of the node for executing the task are recorded as a reference basis for next task scheduling.
Specifically, if a task fails in task monitoring, information of current task execution failure is recorded, and the failed task is placed into a task pool again to wait for task redistribution.
As shown in fig. 3, the task execution flow is as follows:
step 21), obtaining metadata information of current spatial analysis;
step 22), obtaining all node lists capable of executing tasks;
step 23), task scheduling, selecting an optimal node, selecting a subtask from the task pool and executing the subtask on the node; meanwhile, monitoring the execution state of the subtasks, recording the efficiency and performance of the nodes for executing the subtasks, and taking the efficiency and performance as a reference basis for next task scheduling;
step 24), monitoring whether the subtasks have faults or not, outputting subtask results if the subtasks do not have faults, and returning to the step 23 until all the subtasks in the task pool are executed; if a fault occurs, continuing to execute the next step 25;
step 25), recording information of subtask execution failure;
step 26), putting the subtask whose execution failed into the task pool again, and returning to step 22.
Specifically, in step 3), the merging of the subtasks is also performed on each node.
Specifically, the task merging process is similar to the task executing process.
The workflow-based high-performance distributed spatial analysis task scheduling system is characterized by comprising the following components:
a task splitting system: performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all the subtasks into a task pool of the request; the task execution system: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node;
and a task merging system: and after all the subtasks in the task pool are executed, merging all the subtasks.
Specifically, the task execution system further includes
The intelligent task scheduling system: when the space analysis subtasks are scheduled, the intelligent task scheduling system comprehensively considers the reliability and performance indexes of the nodes and the overall utilization rate of the cluster, so that the space analysis is ensured to be reliable, and the analysis result is obtained at the fastest speed;
task execution state monitoring system: the space analysis is often a time-consuming calculation task, and the task execution state monitoring system monitors the state, progress and result of task execution in real time, so that the failure of space analysis caused by the abnormal condition that a certain node has no response and network interruption is avoided;
task failover system: the high-performance spatial analysis engine is a distributed engine, the conditions such as failure and the like of nodes in the execution process of subtasks cannot be avoided, and a task fault transfer system comprises: tasks are automatically and intelligently redistributed when subtasks fail.
According to the embodiment of the invention, a high-performance spatial analysis engine is designed, a large task is split and executed on a plurality of computing nodes in parallel, and finally the nodes are controlled to merge the execution results of all subtasks. The high-performance spatial analysis engine is a distributed spatial analysis engine integrated in an IGSS cluster manager, fully utilizes the performance of a plurality of nodes of IGS, uses an IGSS spatial analysis task scheduler to divide spatial analysis tasks which are time-consuming and large in calculation amount into fine granularity, executes spatial analysis subtasks on the plurality of IGS nodes in parallel, and finally merges and summarizes the results of each subtask after all tasks are executed, and generates the results of spatial analysis to return to a user. The system integrates an intelligent task scheduling system, a task execution state monitoring system and a task fault transfer system.
The foregoing is a more detailed description of the present invention that is presented in conjunction with specific embodiments, and the practice of the invention is not to be considered limited to those descriptions. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (8)

1. A workflow-based high-performance distributed spatial analysis task scheduling method is characterized by comprising the following steps:
step 1), task splitting: receiving a user space analysis request, performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all subtasks into a task pool of the request;
step 2), task execution: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node;
step 3), task merging: and after all the subtasks in the task pool are executed, merging all the subtasks.
2. The workflow-based high-performance distributed spatial analysis task scheduling method of claim 1, wherein: in the step 1), the task analysis is performed on the spatial analysis request according to the metadata information of the spatial analysis type.
3. The workflow-based high-performance distributed spatial analysis task scheduling method of claim 1, wherein: in the step 2), all node lists capable of executing the task are obtained according to the metadata information of the current spatial analysis.
4. The workflow-based high-performance distributed spatial analysis task scheduling method of claim 1, wherein: in the step 2), the execution state of the task is monitored, and the efficiency and performance of the node for executing the task are recorded and used as a reference basis for next task scheduling.
5. The workflow-based high-performance distributed spatial analysis task scheduling method of claim 4, wherein: if the task fails in the task monitoring, the information of the current task execution failure is recorded, and the failed task is placed into the task pool again to wait for the task to be redistributed.
6. The workflow-based high-performance distributed spatial analysis task scheduling method of claim 5, wherein: in the step 3), the combination of the subtasks is also performed on each node.
7. A workflow-based high-performance distributed spatial analysis task scheduling system is characterized by comprising:
a task splitting system: performing task analysis on the space analysis request to obtain a plurality of subtasks for space analysis, and adding all the subtasks into a task pool of the request; the task execution system: obtaining all node lists of executable tasks, selecting an optimal node, selecting a subtask from a task pool and executing the subtask on the node;
and a task merging system: and after all the subtasks in the task pool are executed, merging all the subtasks.
8. The workflow-based high performance distributed spatial analysis task scheduling system of claim 7 wherein: the task execution system further comprises
The intelligent task scheduling system: when the space analysis subtasks are scheduled, the reliability and performance indexes of the nodes and the overall utilization rate of the cluster are comprehensively considered, and the space analysis is guaranteed to be reliable and an analysis result is obtained most quickly;
task execution state monitoring system: the state, progress and result of task execution are monitored in real time, and failure of space analysis caused by no response of a certain node and abnormity of network interruption is avoided;
task failover system: tasks are automatically and intelligently redistributed when subtasks fail.
CN202010019953.8A 2020-01-09 2020-01-09 Workflow-based high-performance distributed spatial analysis task scheduling method and system Pending CN111160810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010019953.8A CN111160810A (en) 2020-01-09 2020-01-09 Workflow-based high-performance distributed spatial analysis task scheduling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010019953.8A CN111160810A (en) 2020-01-09 2020-01-09 Workflow-based high-performance distributed spatial analysis task scheduling method and system

Publications (1)

Publication Number Publication Date
CN111160810A true CN111160810A (en) 2020-05-15

Family

ID=70562122

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010019953.8A Pending CN111160810A (en) 2020-01-09 2020-01-09 Workflow-based high-performance distributed spatial analysis task scheduling method and system

Country Status (1)

Country Link
CN (1) CN111160810A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111818159A (en) * 2020-07-08 2020-10-23 腾讯科技(深圳)有限公司 Data processing node management method, device, equipment and storage medium
CN111858821A (en) * 2020-07-27 2020-10-30 平安科技(深圳)有限公司 Processing method and device of space analysis task, computer equipment and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559219A (en) * 2013-10-18 2014-02-05 北京京东尚科信息技术有限公司 Distributed web crawler capture task dispatching method, dispatching-side device and capture nodes
CN103746838A (en) * 2013-12-26 2014-04-23 华北计算技术研究所 Task scheduling method of computer network without center node
CN105354085A (en) * 2015-10-30 2016-02-24 广东石油化工学院 Scheduling method for cloud workflow jobs
KR20160098907A (en) * 2015-02-11 2016-08-19 한국전자통신연구원 System and Method for processing spatial information in distributed manner
CN107729138A (en) * 2017-09-14 2018-02-23 北京天耀宏图科技有限公司 A kind of analysis method and device of high-performance distributed Vector spatial data
CN107870948A (en) * 2016-09-28 2018-04-03 平安科技(深圳)有限公司 Method for scheduling task and device
CN107992359A (en) * 2017-11-27 2018-05-04 江苏海平面数据科技有限公司 The task scheduling algorithm that cost perceives under a kind of cloud environment
CN109062697A (en) * 2018-08-07 2018-12-21 北京超图软件股份有限公司 It is a kind of that the method and apparatus of spatial analysis service are provided
US20190278746A1 (en) * 2018-03-08 2019-09-12 infinite io, Inc. Metadata call offloading in a networked, clustered, hybrid storage system
CN110516000A (en) * 2019-09-02 2019-11-29 中山大学 A kind of Workflow Management System for supporting complex work flow structure
CN110597935A (en) * 2019-08-05 2019-12-20 北京云和时空科技有限公司 Space analysis method and device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559219A (en) * 2013-10-18 2014-02-05 北京京东尚科信息技术有限公司 Distributed web crawler capture task dispatching method, dispatching-side device and capture nodes
CN103746838A (en) * 2013-12-26 2014-04-23 华北计算技术研究所 Task scheduling method of computer network without center node
KR20160098907A (en) * 2015-02-11 2016-08-19 한국전자통신연구원 System and Method for processing spatial information in distributed manner
CN105354085A (en) * 2015-10-30 2016-02-24 广东石油化工学院 Scheduling method for cloud workflow jobs
CN107870948A (en) * 2016-09-28 2018-04-03 平安科技(深圳)有限公司 Method for scheduling task and device
CN107729138A (en) * 2017-09-14 2018-02-23 北京天耀宏图科技有限公司 A kind of analysis method and device of high-performance distributed Vector spatial data
CN107992359A (en) * 2017-11-27 2018-05-04 江苏海平面数据科技有限公司 The task scheduling algorithm that cost perceives under a kind of cloud environment
US20190278746A1 (en) * 2018-03-08 2019-09-12 infinite io, Inc. Metadata call offloading in a networked, clustered, hybrid storage system
CN109062697A (en) * 2018-08-07 2018-12-21 北京超图软件股份有限公司 It is a kind of that the method and apparatus of spatial analysis service are provided
CN110597935A (en) * 2019-08-05 2019-12-20 北京云和时空科技有限公司 Space analysis method and device
CN110516000A (en) * 2019-09-02 2019-11-29 中山大学 A kind of Workflow Management System for supporting complex work flow structure

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
姬伟 等: ""空间分析动态建模技术"", 《测绘科学》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111818159A (en) * 2020-07-08 2020-10-23 腾讯科技(深圳)有限公司 Data processing node management method, device, equipment and storage medium
CN111818159B (en) * 2020-07-08 2024-04-05 腾讯科技(深圳)有限公司 Management method, device, equipment and storage medium of data processing node
CN111858821A (en) * 2020-07-27 2020-10-30 平安科技(深圳)有限公司 Processing method and device of space analysis task, computer equipment and storage medium
WO2021139488A1 (en) * 2020-07-27 2021-07-15 平安科技(深圳)有限公司 Spatial analysis task processing method and apparatus, and computer device and storage medium
CN111858821B (en) * 2020-07-27 2024-03-29 平安科技(深圳)有限公司 Processing method and device for space analysis task, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US9336288B2 (en) Workflow controller compatibility
Guan et al. Ensemble of Bayesian predictors and decision trees for proactive failure management in cloud computing systems.
Garraghan et al. An empirical failure-analysis of a large-scale cloud computing environment
Garraghan et al. An analysis of the server characteristics and resource utilization in google cloud
CN102929585B (en) A kind of batch processing method and system supporting the distributed data processing of many main frames
CN102664961B (en) Method for anomaly detection in MapReduce environment
CN105871603B (en) A kind of the real time streaming data processing fail recovery and method of data grids based on memory
US20160048415A1 (en) Systems and Methods for Auto-Scaling a Big Data System
Cheng et al. Heterogeneity-aware workload placement and migration in distributed sustainable datacenters
Liu et al. Predicting of job failure in compute cloud based on online extreme learning machine: a comparative study
CN104298550A (en) Hadoop-oriented dynamic scheduling method
CN107291550A (en) A kind of Spark platform resources dynamic allocation method and system for iterated application
CN112579267A (en) Decentralized big data job flow scheduling method and device
CN111160810A (en) Workflow-based high-performance distributed spatial analysis task scheduling method and system
EP4038499A1 (en) Real time multi-tenant workload tracking and auto throttling
Shetty et al. Task resource usage analysis and failure prediction in cloud
CN115328626A (en) Big data engine distributed task scheduling method supporting stream and batch integration
US7979743B2 (en) Determining correctness of job plans in a stream processing application
Fu et al. Optimizing speculative execution in spark heterogeneous environments
CN104346220A (en) Task scheduling method and system
Costa et al. Handling failures in parallel scientific workflows using clouds
CN106383995B (en) A kind of checkpoint laying method based on node failure relevance
Sidorov Methods and tools to increase fault tolerance of high-performance computing systems
Islam et al. FaCS: Toward a fault-tolerant cloud scheduler leveraging long short-term memory network
CN113742125A (en) Lightweight high-throughput computing mode and fault-tolerant method thereof

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200515