CN110572464A - Bottom layer resource state synchronization method and device, cloud platform system and storage medium - Google Patents

Bottom layer resource state synchronization method and device, cloud platform system and storage medium Download PDF

Info

Publication number
CN110572464A
CN110572464A CN201910866498.2A CN201910866498A CN110572464A CN 110572464 A CN110572464 A CN 110572464A CN 201910866498 A CN201910866498 A CN 201910866498A CN 110572464 A CN110572464 A CN 110572464A
Authority
CN
China
Prior art keywords
information
resource
change
state
cluster
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
CN201910866498.2A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201910866498.2A priority Critical patent/CN110572464A/en
Publication of CN110572464A publication Critical patent/CN110572464A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Abstract

The invention discloses a bottom resource state synchronization method, which is applied to a cloud platform system and comprises the following steps: during initialization, acquiring initial information of a preset cluster, and storing resource information and corresponding state information in the initial information in a database; in the operation process, acquiring change information corresponding to each change resource in a preset cluster; updating corresponding information in the database according to the change information; according to the method and the device, the change information corresponding to each change resource in the preset cluster is collected in the operation process, the corresponding information in the database is updated according to the change information, the current resource state of the bottom-layer cluster can be efficiently obtained in an incremental collection mode, the resource state of the bottom-layer cluster can be synchronized into the cloud platform system at the low delay cost, and the performance consumption is reduced. In addition, the invention also discloses a bottom layer resource state synchronization device, a cloud platform system and a computer readable storage medium, and the beneficial effects are also achieved.

Description

bottom layer resource state synchronization method and device, cloud platform system and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a bottom-layer resource state synchronization method, a bottom-layer resource state synchronization device, a cloud platform system and a computer readable storage medium.
background
At present, an important function of a cloud platform system is to acquire a resource state of an underlying cluster (e.g., a K8s cluster), and synchronize the resource state of the underlying cluster to an upper cloud platform system. In the prior art, a cloud platform system mostly acquires all resource states of a bottom-layer cluster in a timed task mode, delay is high, and a large amount of system resources are consumed.
Therefore, how to implement efficient synchronization of the cloud platform system on the resource state of the bottom layer cluster, reduce performance consumption, and synchronize the resource state of the bottom layer cluster into the cloud platform system at the cost of low delay is a problem which needs to be solved urgently nowadays.
disclosure of Invention
the invention aims to provide a bottom-layer resource state synchronization method, a bottom-layer resource state synchronization device, a cloud platform system and a computer readable storage medium, so that the consumption of system resources is reduced, and the resource state of a bottom-layer cluster is synchronized into the cloud platform system at the cost of low delay.
In order to solve the above technical problem, the present invention provides a method for synchronizing a bottom resource state, which is applied to a cloud platform system, and comprises:
During initialization, acquiring initial information of a preset cluster, and storing resource information and corresponding state information in the initial information in a database; the initial information comprises all resource information of the preset cluster and state information corresponding to the resource information and the state information;
In the operation process, acquiring change information corresponding to each change resource in the preset cluster; the changed resource is a resource with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resource;
and updating the corresponding information in the database according to the change information.
Optionally, the acquiring change information corresponding to each change resource in the preset cluster includes:
Monitoring all resources of the preset cluster and respective corresponding states;
and when the change resource exists in the preset cluster, generating change information according to the change resource and the corresponding state.
Optionally, when the preset cluster is a K8s cluster, the monitoring all resources of the preset cluster and respective corresponding states includes:
and establishing http long connection with the api-server of the K8s cluster, and monitoring all resources of the K8s cluster and the corresponding states of the resources at preset time intervals.
Optionally, after acquiring change information corresponding to each change resource in the preset cluster, the method further includes:
Forming a corresponding message by each piece of change information, and sending the message to a corresponding message queue; the change information comprises resource information, state information and a global unique id corresponding to the change resource;
Correspondingly, the initial information includes all resource information of the preset cluster, and state information and a global unique id corresponding to each resource information.
optionally, the message queue corresponding to the message composed of the change information corresponds to the type of the change resource corresponding to the change information.
Optionally, the updating the corresponding information in the database according to the change information includes:
and when the message queue is monitored to have the message, updating corresponding information in the database according to the message.
optionally, the updating the corresponding information in the database according to the change information includes:
and updating the corresponding information in the database and the cache according to the change information.
the invention also provides a bottom layer resource state synchronization device, which is applied to a cloud platform system and comprises the following components:
The initialization module is used for acquiring initial information of a preset cluster when the cloud platform system is initialized, and storing resource information and corresponding state information in the initial information in a database; the initial information comprises all resource information of the preset cluster and state information corresponding to the resource information and the state information;
the acquisition module is used for acquiring change information corresponding to each change resource in the preset cluster in the running process of the cloud platform system; the changed resource is a resource with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resource;
and the updating module is used for updating the corresponding information in the database according to the change information.
the invention also provides a cloud platform system, comprising:
A memory for storing a computer program;
a processor for implementing the steps of the underlying resource state synchronization method as claimed in any one of the above when executing said computer program.
Furthermore, the present invention also provides a computer readable storage medium having stored thereon a computer program which, when being executed by a processor, realizes the steps of the underlying resource state synchronization method according to any one of the above.
The invention provides a bottom layer resource state synchronization method, which is applied to a cloud platform system and comprises the following steps: during initialization, acquiring initial information of a preset cluster, and storing resource information and corresponding state information in the initial information in a database; the initial information comprises all resource information of a preset cluster and state information corresponding to the resource information and the state information; in the operation process, acquiring change information corresponding to each change resource in a preset cluster; the changed resources are resources with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resources; updating corresponding information in the database according to the change information;
Therefore, in the operation process, the change information corresponding to each change resource in the preset cluster is collected, the corresponding information in the database is updated according to the change information, the current resource state of the bottom-layer cluster can be efficiently obtained in an incremental collection mode, the resource state of the bottom-layer cluster can be synchronized into the cloud platform system at low delay cost, and the performance consumption is reduced. In addition, the invention also provides a bottom layer resource state synchronization device, a cloud platform system and a computer readable storage medium, and the beneficial effects are also achieved.
Drawings
in order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
fig. 1 is a flowchart of a method for synchronizing states of underlying resources according to an embodiment of the present invention;
Fig. 2 is a block diagram of a bottom-layer resource state synchronization apparatus according to an embodiment of the present invention.
Detailed Description
in order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
referring to fig. 1, fig. 1 is a flowchart illustrating a method for synchronizing a state of a bottom layer resource according to an embodiment of the present invention. The method is applied to a cloud platform system and can comprise the following steps:
Step 101: during initialization, acquiring initial information of a preset cluster, and storing resource information and corresponding state information in the initial information in a database; the initial information includes all resource information of the preset cluster and corresponding state information.
Specifically, the preset cluster in this step may be a bottom-layer cluster managed by the cloud platform system. The specific type of the preset cluster may be set by a designer according to a practical scenario and a user requirement, for example, the preset cluster may be a K8s (kubernets) cluster, and may also be another cluster, which is not limited in this embodiment.
It can be understood that the step may be a data initialization process of the cloud platform system, that is, in the initialization process of the cloud platform system, all resource information of the preset cluster and state information corresponding to each resource information are stored in the database by obtaining initial information of the preset cluster.
Specifically, the specific content of the initialization information in this step may be set by a designer, and the initialization information may include all resource information of the preset cluster and respective corresponding state information, that is, the resource state of the preset cluster; the initialization information may further include identification information, such as a globally Unique Id (UID), corresponding to each resource information, so that the corresponding resource information is found by the identification information. The present embodiment does not set any limit to this.
Correspondingly, specific contents stored in the database in the embodiment can be set by designers according to practical scenes and user requirements, for example, the database can only store resource information in initial information and respective corresponding state information, that is, all resource information of a preset system and respective corresponding state information; the database can also store the resource information in the initial information and the state information and the identification information corresponding to the resource information and the state information and the identification information; the database can also store the resource information in the initial information, the state information corresponding to each resource information and the corresponding relation with the identification information. As long as the processor in the cloud platform system can search the corresponding resource information and state information in the database according to the requirement, this embodiment does not limit this.
It should be noted that, in this embodiment, the specific manner in which the cloud platform system acquires the initial information of the preset cluster and stores the resource information in the initial information and the state information corresponding to each resource in the database may be set by a designer, for example, the specific manner may be implemented in the same or similar manner as the method for acquiring the resource state of the underlying cluster by using the existing cloud platform system, and this embodiment does not limit this.
Furthermore, in this step, synchronization of the cloud platform system to the resource state of the underlying cluster during initialization can be completed by storing the resource information and the respective corresponding state information in the initial information in the database, and all resource information and the respective corresponding state information or part of the resource information and the respective corresponding state information in the initial information can be directly stored in the cache according to the service requirement of the cloud platform system, so as to facilitate subsequent service processing.
Step 102: in the operation process, acquiring change information corresponding to each change resource in a preset cluster; the changed resource is a resource with resource change and/or state change in the preset cluster, and the change information includes resource information and state information corresponding to the changed resource.
In the operation process of the cloud platform system after data initialization, change information corresponding to resources (changed resources) in which resource state changes occur in the preset cluster is collected in an incremental collection mode, so that information stored in the database is updated by using the change information.
Specifically, in this step, the cloud platform system may monitor all resources of the preset cluster and respective corresponding states; when the resource state of the preset cluster changes, namely when the change resource in the preset cluster is monitored, change information is generated according to the change resource and the corresponding state of the change resource.
correspondingly, the specific mode of monitoring all the resources of the preset cluster and the corresponding states of the resources can be set by a designer, if the specific mode can be set correspondingly according to the type of the preset cluster, if the preset cluster is a K8s cluster, http long connection can be established through api-server (a data interface) of the K8s cluster, all the resources of the K8s cluster and the corresponding states of the resources are monitored according to a preset time interval, and change information corresponding to each changed resource in the K8s cluster is collected through cyclic monitoring.
It should be noted that, for the specific content of the change information, the change information may be set by a designer, for example, the change information may include resource information and state information corresponding to a changed resource, that is, resource information and state information corresponding to a resource whose resource state is changed in a preset cluster; the change information may also include resource information, state information, and identification information corresponding to the changed resource, that is, identification information corresponding to the resource information, such as a UID, so that information that needs to be updated in the database may be found by using the identification information. As long as the cloud platform system can complete updating of the corresponding information in the database by using the change information, this embodiment does not limit this.
Specifically, in this embodiment, the message queue may be used as a middleware to decouple the resource state monitoring obtaining operation in this step and the resource state updating operation in step 103, that is, after the change information corresponding to each change resource is collected in this step, each change information may be combined into a corresponding message and sent to the corresponding message queue, so that the change information may be obtained by monitoring the message queue in step 103. For example, the resource information, UID and state information corresponding to one changed resource in the change information may be combined into one message and sent to the message queue.
Correspondingly, the specific number setting of the message queues, that is, the specific setting of the message queue corresponding to the message composed of each piece of change information, may be set by a designer, for example, the message queue corresponding to each resource may be set according to the type of the resource in the preset cluster, for example, when the preset cluster is a K8s cluster, the message queue corresponding to each resource, such as pod, deployment, stateful, and the like in the K8s cluster may be set, that is, the message queue corresponding to the message composed of the change information may be the message queue corresponding to the type of the change resource corresponding to the change information; only one message queue may be set, which is not limited in this embodiment.
Specifically, when the preset cluster is a K8s cluster, in this step, the cloud platform system may start an infinite loop collector, establish http long connection with an api-server of the K8s cluster, collect resource information and state information of the K8s cluster in a loop increment manner, and when a resource state changes, form a message with the resource information, the UID, and the state information, and send the message to a message queue, where different resources use different message queues.
Step 103: and updating the corresponding information in the database according to the change information.
It can be understood that the purpose of this step may be to update the corresponding information in the database by using the collected change information corresponding to the change resource in the preset cluster in the operation process of the cloud platform system after data initialization, so that the resource information and the state information of the preset cluster stored in the database correspond to the current resource state of the preset cluster. That is to say, in the operation process of the cloud platform system after data initialization in this embodiment, the database may be updated only by using the resource state corresponding to the changed resource of the preset cluster, and it is not necessary to acquire all resource states of the preset cluster, so that the cloud platform system synchronizes the resource states of the underlying cluster more efficiently.
correspondingly, the specific manner of updating the corresponding information in the database according to the change information in this step may be set by a designer, for example, the corresponding resource information and state information stored in the database may be found according to the identification information (e.g., UID) in the change information, so that the corresponding resource information and state information stored in the database may be replaced and updated by using the resource information and state information in the change information.
Specifically, the specific manner of acquiring the change information in this step may be set by the designer, and if the change information can be stored in the corresponding message queue as a message composed of the change information, this step may monitor the message queue, and when it is monitored that the message queue has a message, the corresponding information in the database is updated according to the message.
it should be noted that, when the resource information and the service information required by the service corresponding to the preset cluster are stored in the cache of the cloud platform system, the step may also update the corresponding information in the cache according to the change information. For example, when the change information constitutes a message and is stored in a corresponding message queue, the cloud platform system may monitor the message in the message queue, and when a message arrives, update the corresponding information in the database according to the content of the message, and update the corresponding information in the cache.
Furthermore, in this embodiment, not only the change information may be used to update the corresponding information in the database and the cache, but also the change information and other data processing operations, such as resource auditing, may be used, so that the change information corresponding to the changed resource in the preset cluster may be further utilized.
In the embodiment of the invention, in the operation process, the change information corresponding to each change resource in the preset cluster is acquired, the corresponding information in the database is updated according to the change information, the current resource state of the bottom-layer cluster can be efficiently acquired in an incremental collection mode, the resource state of the bottom-layer cluster can be synchronized into the cloud platform system at the cost of low delay, and the performance consumption is reduced.
referring to fig. 2, fig. 2 is a block diagram illustrating a structure of a bottom-layer resource status synchronization apparatus according to an embodiment of the present invention. The device is applied to a cloud platform system and can comprise:
the initialization module 10 is configured to, when the cloud platform system is initialized, obtain initial information of a preset cluster, and store resource information and state information corresponding to the resource information in the initial information in a database; the initial information comprises all resource information of a preset cluster and state information corresponding to the resource information and the state information;
the acquisition module 20 is configured to acquire change information corresponding to each change resource in a preset cluster in the operation process of the cloud platform system; the changed resources are resources with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resources;
And the updating module 30 is configured to update the corresponding information in the database according to the change information.
Optionally, the acquisition module 20 may include:
The monitoring submodule is used for monitoring all resources of the preset cluster and the corresponding states of the resources;
and the generation submodule is used for generating change information according to the change resources and the corresponding states when the change resources in the preset cluster are monitored.
Optionally, when the preset cluster is the K8s cluster, the monitoring sub-module may include:
And the interval monitoring unit is used for establishing http long connection with the api-server of the K8s cluster and monitoring all resources of the K8s cluster and the corresponding states of the resources according to a preset time interval.
optionally, the acquisition module 20 may further include:
The sending submodule is used for forming each piece of change information into a corresponding message and sending the message to a corresponding message queue; the change information comprises resource information, state information and a global unique id corresponding to the change resource.
Optionally, the updating module 30 may include:
and the monitoring and updating submodule is used for updating the corresponding information in the database according to the message when the message existing in the message queue is monitored.
Optionally, the updating module 30 may include:
And the updating submodule is used for updating the corresponding information in the database and the cache according to the change information.
In this embodiment, in the operation process of the cloud platform system, the acquisition module 20 acquires change information corresponding to each change resource in the preset cluster, and the update module 30 updates corresponding information in the database according to the change information, so that the current resource state of the bottom-layer cluster can be efficiently acquired in an incremental collection manner, the resource state of the bottom-layer cluster can be synchronized into the cloud platform system at low delay cost, and performance consumption is reduced.
An embodiment of the present invention further provides a cloud platform system, including:
A memory for storing a computer program;
A processor, configured to implement the steps of the underlying resource state synchronization method provided in the above embodiments when executing a computer program.
The memory in this embodiment includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory may be an internal storage unit of a server of the cloud platform system, such as a hard disk of the server, in some embodiments. The memory may also be an external storage device of the server of the cloud platform system in other embodiments, such as a plug-in hard disk provided on the server, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory may also include both an internal storage unit and an external storage device of the server of the cloud platform system. The memory can be used for storing application software installed in a server of the cloud platform system and various data, such as: the code of the program or the like, which executes the underlying resource state synchronization method, may also be used to temporarily store data that has been output or is to be output.
the processor in this embodiment may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data Processing chip in some embodiments, and is configured to run program codes stored in a memory or process data, such as codes of a program for executing an underlying resource state synchronization method.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the underlying resource state synchronization method provided in the foregoing embodiment are implemented.
wherein the computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The method, the device, the cloud platform system and the computer readable storage medium for synchronizing the state of the underlying resource provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (10)

1. A bottom layer resource state synchronization method is applied to a cloud platform system and comprises the following steps:
during initialization, acquiring initial information of a preset cluster, and storing resource information and corresponding state information in the initial information in a database; the initial information comprises all resource information of the preset cluster and state information corresponding to the resource information and the state information;
In the operation process, acquiring change information corresponding to each change resource in the preset cluster; the changed resource is a resource with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resource;
And updating the corresponding information in the database according to the change information.
2. The method for synchronizing the states of the underlying resources according to claim 1, wherein the collecting the change information corresponding to each changed resource in the preset cluster comprises:
monitoring all resources of the preset cluster and respective corresponding states;
and when the change resource exists in the preset cluster, generating change information according to the change resource and the corresponding state.
3. the method for synchronizing the states of the underlying resources according to claim 2, wherein when the preset cluster is a K8s cluster, the monitoring all the resources of the preset cluster and the respective corresponding states includes:
and establishing http long connection with the api-server of the K8s cluster, and monitoring all resources of the K8s cluster and the corresponding states of the resources at preset time intervals.
4. The method for synchronizing the states of the underlying resources according to claim 1, wherein after the collecting the change information corresponding to each changed resource in the preset cluster, the method further comprises:
Forming a corresponding message by each piece of change information, and sending the message to a corresponding message queue; the change information comprises resource information, state information and a global unique id corresponding to the change resource;
Correspondingly, the initial information includes all resource information of the preset cluster, and state information and a global unique id corresponding to each resource information.
5. the underlying resource state synchronization method of claim 4, wherein a message queue corresponding to the message composed of the change information corresponds to a type of change resource corresponding to the change information.
6. the underlying resource state synchronization method of claim 4, wherein the updating the corresponding information in the database according to the change information comprises:
and when the message queue is monitored to have the message, updating corresponding information in the database according to the message.
7. the underlying resource state synchronization method according to any one of claims 1 to 6, wherein the updating the corresponding information in the database according to the change information comprises:
and updating the corresponding information in the database and the cache according to the change information.
8. The utility model provides a bottom resource state synchronizer, its characterized in that is applied to cloud platform system, includes:
The initialization module is used for acquiring initial information of a preset cluster when the cloud platform system is initialized, and storing resource information and corresponding state information in the initial information in a database; the initial information comprises all resource information of the preset cluster and state information corresponding to the resource information and the state information;
The acquisition module is used for acquiring change information corresponding to each change resource in the preset cluster in the running process of the cloud platform system; the changed resource is a resource with resource change and/or state change in the preset cluster, and the change information comprises resource information and state information corresponding to the changed resource;
and the updating module is used for updating the corresponding information in the database according to the change information.
9. a cloud platform system, comprising:
A memory for storing a computer program;
A processor for implementing the steps of the underlying resource state synchronization method of any of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the underlying resource state synchronization method according to any one of claims 1 to 7.
CN201910866498.2A 2019-09-12 2019-09-12 Bottom layer resource state synchronization method and device, cloud platform system and storage medium Pending CN110572464A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910866498.2A CN110572464A (en) 2019-09-12 2019-09-12 Bottom layer resource state synchronization method and device, cloud platform system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910866498.2A CN110572464A (en) 2019-09-12 2019-09-12 Bottom layer resource state synchronization method and device, cloud platform system and storage medium

Publications (1)

Publication Number Publication Date
CN110572464A true CN110572464A (en) 2019-12-13

Family

ID=68779888

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910866498.2A Pending CN110572464A (en) 2019-09-12 2019-09-12 Bottom layer resource state synchronization method and device, cloud platform system and storage medium

Country Status (1)

Country Link
CN (1) CN110572464A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111694857A (en) * 2020-06-12 2020-09-22 北京百度网讯科技有限公司 Method and device for storing resource data, electronic equipment and computer readable medium
CN112559614A (en) * 2020-12-17 2021-03-26 济南浪潮数据技术有限公司 Database access method, OpenStack cloud platform and medium
CN112818059A (en) * 2021-01-27 2021-05-18 百果园技术(新加坡)有限公司 Information real-time synchronization method and device based on container release platform
CN113596128A (en) * 2021-07-21 2021-11-02 华云数据控股集团有限公司 Resource synchronization method and system for multiple cloud platforms and electronic equipment
CN113703917A (en) * 2021-08-26 2021-11-26 上海道客网络科技有限公司 Multi-cluster resource data processing system and method and non-transient storage medium
CN114629900A (en) * 2020-12-11 2022-06-14 中国移动通信有限公司研究院 Information processing method, device and equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120005164A1 (en) * 2010-06-30 2012-01-05 Symantec Corporation Cluster configuration systems and methods
CN103077070A (en) * 2012-12-31 2013-05-01 无锡城市云计算中心有限公司 Cloud computing management system and management method for cloud computing systems
CN105978712A (en) * 2016-05-05 2016-09-28 云神科技投资股份有限公司 Method for cloud computation management system
CN206021244U (en) * 2016-05-13 2017-03-15 中国工商银行股份有限公司 A kind of data collecting system under distributed computer cluster
CN107968808A (en) * 2016-10-20 2018-04-27 上海盛霄云计算技术有限公司 The method and system of resource status synchronization in distributed system
CN109783214A (en) * 2018-12-29 2019-05-21 广州供电局有限公司 Task schedule control system
US20190207812A1 (en) * 2016-11-24 2019-07-04 Tencent Technology (Shenzhen) Company Limited Hybrid cloud network configuration management

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120005164A1 (en) * 2010-06-30 2012-01-05 Symantec Corporation Cluster configuration systems and methods
CN103077070A (en) * 2012-12-31 2013-05-01 无锡城市云计算中心有限公司 Cloud computing management system and management method for cloud computing systems
CN105978712A (en) * 2016-05-05 2016-09-28 云神科技投资股份有限公司 Method for cloud computation management system
CN206021244U (en) * 2016-05-13 2017-03-15 中国工商银行股份有限公司 A kind of data collecting system under distributed computer cluster
CN107968808A (en) * 2016-10-20 2018-04-27 上海盛霄云计算技术有限公司 The method and system of resource status synchronization in distributed system
US20190207812A1 (en) * 2016-11-24 2019-07-04 Tencent Technology (Shenzhen) Company Limited Hybrid cloud network configuration management
CN109783214A (en) * 2018-12-29 2019-05-21 广州供电局有限公司 Task schedule control system

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111694857A (en) * 2020-06-12 2020-09-22 北京百度网讯科技有限公司 Method and device for storing resource data, electronic equipment and computer readable medium
CN111694857B (en) * 2020-06-12 2023-11-07 北京百度网讯科技有限公司 Method, device, electronic equipment and computer readable medium for storing resource data
CN114629900A (en) * 2020-12-11 2022-06-14 中国移动通信有限公司研究院 Information processing method, device and equipment
CN112559614A (en) * 2020-12-17 2021-03-26 济南浪潮数据技术有限公司 Database access method, OpenStack cloud platform and medium
CN112818059A (en) * 2021-01-27 2021-05-18 百果园技术(新加坡)有限公司 Information real-time synchronization method and device based on container release platform
CN113596128A (en) * 2021-07-21 2021-11-02 华云数据控股集团有限公司 Resource synchronization method and system for multiple cloud platforms and electronic equipment
CN113596128B (en) * 2021-07-21 2024-02-09 华云数据控股集团有限公司 Resource synchronization method and system of multi-cloud platform and electronic equipment
CN113703917A (en) * 2021-08-26 2021-11-26 上海道客网络科技有限公司 Multi-cluster resource data processing system and method and non-transient storage medium

Similar Documents

Publication Publication Date Title
CN110572464A (en) Bottom layer resource state synchronization method and device, cloud platform system and storage medium
CN110321387B (en) Data synchronization method, equipment and terminal equipment
CN109542865B (en) Method, device, system and medium for synchronizing configuration files of distributed cluster system
CN108920153B (en) Docker container dynamic scheduling method based on load prediction
CN110888842A (en) File storage method, file query method, file storage device, file query device and file query equipment
CN109032796B (en) Data processing method and device
CN110895484A (en) Task scheduling method and device
CN103164525A (en) Method and device for WEB application release
CN110704400A (en) Real-time data synchronization method and device and server
CN111193622B (en) Asymmetric configuration management method, device and equipment and readable storage medium
CN110765165B (en) Method, device and system for synchronously processing cross-system data
CN112328592A (en) Data storage method, electronic device and computer readable storage medium
CN114565502A (en) GPU resource management method, scheduling method, device, electronic equipment and storage medium
CN110888739B (en) Distributed processing method and device for delayed tasks
CN109542917B (en) Data reading method and computer readable medium
CN111401027B (en) Format template file upgrading method and device
CN112667393B (en) Method and device for building distributed task computing scheduling framework and computer equipment
CN105760215A (en) Map-reduce model based job running method for distributed file system
CN115221116A (en) Data writing method, device and equipment and readable storage medium
CN113360558A (en) Data processing method, data processing device, electronic device, and storage medium
CN109739883B (en) Method and device for improving data query performance and electronic equipment
CN112015534A (en) Configurated platform scheduling method, system and storage medium
CN112765265A (en) Data synchronization method and device, computer equipment and readable storage medium
CN107332679B (en) Centerless information synchronization method and device
CN111479142A (en) Program content updating method and system based on information release

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

Application publication date: 20191213

RJ01 Rejection of invention patent application after publication