CN111045802B - Redis cluster component scheduling system and method and platform equipment - Google Patents

Redis cluster component scheduling system and method and platform equipment Download PDF

Info

Publication number
CN111045802B
CN111045802B CN201911152645.6A CN201911152645A CN111045802B CN 111045802 B CN111045802 B CN 111045802B CN 201911152645 A CN201911152645 A CN 201911152645A CN 111045802 B CN111045802 B CN 111045802B
Authority
CN
China
Prior art keywords
tenant
scheduling
component
redis
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911152645.6A
Other languages
Chinese (zh)
Other versions
CN111045802A (en
Inventor
朱成
徐媛媛
张亚威
王元奎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201911152645.6A priority Critical patent/CN111045802B/en
Publication of CN111045802A publication Critical patent/CN111045802A/en
Application granted granted Critical
Publication of CN111045802B publication Critical patent/CN111045802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • 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

Abstract

The embodiment of the invention provides a system, a method and platform equipment for scheduling Redis cluster components, wherein the Redis cluster component management system comprises the following components: component databases, tenant layers, tenant scheduling frameworks, resource scheduling frameworks, and resource layers. Firstly, a tenant layer acquires a Redis component from the component database; then the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer; and finally, the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component, so that the fine-grained dynamic resource distribution under the tenant can be realized, the flexible resource allocation can be realized, and the effects of saving resources and improving the operation and maintenance efficiency can be achieved.

Description

Redis cluster component scheduling system and method and platform equipment
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a Redis cluster component scheduling system, a Redis cluster component scheduling method and platform equipment.
Background
Redis is an open source, supporting network and memory-based key value storage database, which supports various data types and operations and has a powerful function of managing data, so that Redis is widely applied to business scenes such as caching, message queues, ranking list and the like. With the increasing importance of data, the demands for data management, maintenance and security are also becoming more and more important, and how to efficiently and safely manage the dis is needed to be solved.
In the existing platform technical scheme, the management function of the Redis cluster is realized.
However, the existing platform lacks support for multi-tenant capability of the Redis cluster, and one node of the existing Redis cluster occupies one host, so that serious problems of resource waste and low operation and maintenance efficiency are caused.
Disclosure of Invention
The embodiment of the invention provides a system, a method and platform equipment for scheduling Redis cluster components, which are used for solving the problems of serious resource waste and low operation and maintenance efficiency caused by the fact that one node of a Redis cluster occupies one host in the prior art.
In a first aspect, an embodiment of the present invention provides a dis cluster component scheduling system, including:
the system comprises a component database, a tenant layer, a tenant scheduling frame, a resource scheduling frame and a resource layer;
the tenant layer acquires a Redis component from the component database;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer;
and the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component.
In one possible design, the tenant scheduling framework includes a plurality of Redis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
In one possible design, the tenant layer uploads the Redis master and slave specialized components and the Redis cluster specialized components to a component database, such that the component database stores the Redis master and slave specialized components and the Redis cluster specialized components.
In one possible design, the tenant layer comprises: instance operation, instance monitoring and user management.
In one possible design, the tenant scheduling framework is a Marathon scheduling framework and the resource scheduling framework is a meso scheduling framework.
In a second aspect, an embodiment of the present invention provides a method for scheduling a Redis cluster component, which is applied to a Redis cluster component management system, where the system includes a component database, a tenant layer, a tenant scheduling frame, a resource scheduling frame, and a resource layer;
the method comprises the following steps:
the tenant layer acquires a Redis component from the component database;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer;
and the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component.
In one possible design, the tenant scheduling framework includes a plurality of Redis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
In one possible design, the tenant layer uploads the Redis master and slave specialized components and the Redis cluster specialized components to a component database, such that the component database stores the Redis master and slave specialized components and the Redis cluster specialized components.
In one possible design, the tenant layer comprises: instance operation, instance monitoring and user management.
In one possible design, the tenant scheduling framework is a Marathon scheduling framework and the resource scheduling framework is a meso scheduling framework.
In a third aspect, an embodiment of the present invention provides a platform device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions causes the at least one processor to perform the Redis cluster component scheduling method of any one of the second aspect and the second aspect.
The embodiment of the invention provides a Redis cluster component scheduling system, a Redis cluster component scheduling method and platform equipment. Firstly, a tenant layer acquires a Redis component from the component database; then the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer; and finally, the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component, so that the fine-grained dynamic resource distribution under the tenant can be realized, the flexible resource allocation can be realized, and the effects of saving resources and improving the operation and maintenance efficiency can be achieved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the drawings that are needed in the embodiments or the description of the prior art will be briefly described below, it will be obvious that the drawings in the following description are some embodiments of the present invention, and that other drawings can be obtained according to these drawings without inventive effort to a person skilled in the art.
FIG. 1 is a schematic diagram of a Redis cluster component scheduling system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a Redis cluster component management system according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of a Redis cluster component scheduling method according to an embodiment of the present invention;
fig. 4 is a schematic hardware structure of a platform device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic architecture diagram of a dis cluster component scheduling system according to an embodiment of the present invention. As shown in fig. 1, the system provided in this embodiment includes:
component database 101, tenant layer 102, tenant scheduling framework 103, resource scheduling framework 104, and resource layer 105.
Tenant layer 102 obtains the Redis component from component database 101.
The tenant scheduling framework 103 pulls up the scheduling process according to the tenant identity of the tenant layer 102.
The resource scheduling framework 104 invokes the tenant resources of the resource layer 1056 according to the tenant roles corresponding to the tenant identifications, and allocates the tenant resources to the scheduling process for deployment of the Redis component.
In this embodiment, the component database 101 may be referred to as a component repository for encapsulating Redis programs. Specifically, the Redis master/slave program and the Redis cluster program are respectively packaged into a Redis master/slave specialized component and a Redis cluster specialized component.
In this embodiment, the tenant layer 102 may be configured to manage a plurality of corresponding mutually isolated Redis tenants, and obtain corresponding Redis components from the component database 101 according to a user instruction.
In this embodiment, the tenant scheduling framework 103 may be a Marathon scheduling framework. The resource scheduling framework 104 may be a Mesos scheduling framework.
In this embodiment, the resource layer 105 includes physical machines and virtual machines, including networks of physical machines and virtual machines, storage and processing performance parameters, and the like.
As can be seen from the description of the foregoing embodiments, the Redis cluster component management system provided in this embodiment includes a component database, a tenant layer, a tenant scheduling framework, a resource scheduling framework, and a resource layer. Firstly, a tenant layer acquires a Redis component from the component database; then the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer; and finally, the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component, so that the fine-grained dynamic resource distribution under the tenant can be realized, the flexible resource allocation can be realized, and the effects of saving resources and improving the operation and maintenance efficiency can be achieved.
In one embodiment of the invention, the tenant scheduling framework comprises a plurality of Redis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
In this embodiment, the tenant schedule framework may be a Marathon schedule framework.
Service isolation among tenants can be achieved through the Marathon scheduling framework, and safety and service isolation of data among the tenants are guaranteed.
In one embodiment of the invention, a user of the tenant layer can upload the Redis master/slave specialized component and the Redis cluster specialized component to a component database, so that the component database stores the Redis master/slave specialized component and the Redis cluster specialized component.
By uploading and storing the Redis main and standby version specialized components and the Redis cluster version specialized components in the component database, the fire speed of the deployment component can be obtained, and the tedious operation process of manually creating the component is avoided.
Referring to fig. 2, fig. 2 is a schematic architecture diagram of a dis cluster component management system according to an embodiment of the present invention.
In one embodiment of the invention, a Redis cluster component management system includes: a user layer 201, a Redis tenant layer 202, and a DC/OS (data center operating system) layer 203.
The DC/OS layer is the bottommost layer, the DC/OS is used as a data center operating system with the functions of resource sharing, data sharing, service management and arrangement and application monitoring, the hardware resources of the data center are scheduled in two stages in fine granularity by using the Mesos, service arrangement and management are carried out through the Marathon, load balancing of the service is realized by the Marathon-lb, and a component warehouse stores Redis specialized components, so that quick one-key deployment is conveniently realized. The DC/OS layer provides basic resources such as CPU, network, storage and the like in a mode of on-demand allocation, dynamic scheduling and elastic expansion, provides an interface for an upper Redis tenant layer for resource application, and realizes unified scheduling management of components, containers and the like.
The Redis tenant layer mainly provides various operations of the Redis component, the top layer is a functional module of the Redis service, the Redis component is operated through an instance operation, instance monitoring and user management module, resource sharing and data isolation among various tenants are realized by means of DCOS, a scheduling frame and an ETCD are information storage modules of the Redis tenant layer, and the operations carried out by the Redis service are stored into the ETCD through the scheduling frame, so that the tenants can conveniently carry out data information query.
And the user layer realizes tenant authentication and authority allocation by calling an interface of the Redis tenant layer. Redis is provided in a form of a component, so that one-key deployment can be realized, the application use efficiency is improved, and the personalized application environment deployment is better supported.
The functions that the Redis tenant layer can realize include three major modules as follows:
instance operation, instance monitoring, and user management.
The instance operation module mainly covers one-key deployment instance, deletion of instance, instance capacity expansion, resource modification, instance details, data backup, parameter configuration and Key statistics functions.
The instance monitoring module mainly comprises a monitoring panel, instance monitoring, operation log and slow log display query
And the user management module is used for correspondingly creating a user, deleting the user, distributing the authority and logging in the user.
Referring to fig. 3, fig. 3 is a flow chart of a dis cluster component scheduling method according to an embodiment of the present invention. The Redis cluster component scheduling method is applied to an edis cluster component management system, and the system comprises a component database, a tenant layer, a tenant scheduling frame, a resource scheduling frame and a resource layer;
the method comprises the following steps:
s301: the tenant layer acquires a Redis component from the component database.
S302: and the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer.
S303: and the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component.
As can be seen from the description of the foregoing embodiments, the Redis cluster component management system provided in this embodiment includes a component database, a tenant layer, a tenant scheduling framework, a resource scheduling framework, and a resource layer. Firstly, a tenant layer acquires a Redis component from the component database; then the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer; and finally, the resource scheduling framework calls the tenant resources of the resource layer according to the tenant roles corresponding to the tenant identifications, and distributes the tenant resources to the scheduling process for deployment of the Redis component, so that the fine-grained dynamic resource distribution under the tenant can be realized, the flexible resource allocation can be realized, and the effects of saving resources and improving the operation and maintenance efficiency can be achieved.
In one embodiment of the invention, the tenant scheduling framework comprises a plurality of Redis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
In one embodiment of the invention, the tenant layer uploads the Redis master and slave specialized components and the Redis cluster specialized components to a component database, so that the component database stores the Redis master and slave specialized components and the Redis cluster specialized components.
In one embodiment of the present invention, the tenant layer comprises: instance operation, instance monitoring and user management.
In one embodiment of the present invention, the tenant schedule framework is a Marathon schedule framework, and the resource schedule framework is a meso schedule framework.
Referring to fig. 4, fig. 4 is a schematic hardware structure of a platform device according to an embodiment of the present invention. As shown in fig. 4, the platform device 40 of the present embodiment includes: a processor 401 and a memory 402; wherein the method comprises the steps of
Memory 402 for storing computer-executable instructions;
processor 401 is configured to execute computer-executable instructions stored in a memory to perform the steps performed in the above-described embodiment of a Redis cluster component scheduling method. Reference may be made in particular to the relevant description of the embodiments of the method described above.
Alternatively, the memory 402 may be separate or integrated with the processor 401.
When the memory 402 is provided separately, the platform device further comprises a bus 403 for connecting said memory 402 and the processor 401.
The embodiment of the invention also provides a computer readable storage medium, wherein the computer readable storage medium stores computer execution instructions, and when a processor executes the computer execution instructions, the Redis cluster component scheduling method is realized.
In the several embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the modules is merely a logical function division, and there may be additional divisions when actually implemented, for example, multiple modules may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or modules, which may be in electrical, mechanical, or other forms.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical units, may be located in one place, or may be distributed over multiple network units. Some or all of the modules may be selected according to actual needs to implement the solution of this embodiment.
In addition, each functional module in the embodiments of the present invention may be integrated in one processing unit, or each module may exist alone physically, or two or more modules may be integrated in one unit. The units formed by the modules can be realized in a form of hardware or a form of hardware and software functional units.
The integrated modules, which are implemented in the form of software functional modules, may be stored in a computer readable storage medium. The software functional modules described above are stored in a storage medium and include instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or processor to perform some of the steps of the methods described in various embodiments of the present application.
It should be understood that the above processor may be a central processing unit (Central Processing Unit, abbreviated as CPU), but may also be other general purpose processors, digital signal processors (Digital Signal Processor, abbreviated as DSP), application specific integrated circuits (Application Specific Integrated Circuit, abbreviated as ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor for execution, or in a combination of hardware and software modules in a processor for execution.
The memory may comprise a high-speed RAM memory, and may further comprise a non-volatile memory NVM, such as at least one magnetic disk memory, and may also be a U-disk, a removable hard disk, a read-only memory, a magnetic disk or optical disk, etc.
The bus may be an industry standard architecture (Industry Standard Architecture, ISA) bus, an external device interconnect (Peripheral Component Interconnect, PCI) bus, or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, among others. The buses may be divided into address buses, data buses, control buses, etc. For ease of illustration, the buses in the drawings of the present application are not limited to only one bus or one type of bus.
The storage medium may be implemented by any type or combination of volatile or nonvolatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an application specific integrated circuit (Application Specific Integrated Circuits, ASIC for short). It is also possible that the processor and the storage medium reside as discrete components in an electronic device or a master device.
Those of ordinary skill in the art will appreciate that: all or part of the steps for implementing the method embodiments described above may be performed by hardware associated with program instructions. The foregoing program may be stored in a computer readable storage medium. The program, when executed, performs steps including the method embodiments described above; and the aforementioned storage medium includes: various media that can store program code, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention.

Claims (9)

1. A dis cluster component scheduling system, comprising:
the system comprises a component database, a tenant layer, a tenant scheduling frame, a resource scheduling frame and a resource layer;
the tenant layer acquires a Redis component from the component database;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer;
the resource scheduling framework calls tenant resources of the resource layer according to tenant roles corresponding to tenant identifications, and allocates the tenant resources to the scheduling process for deployment of Redis components;
the tenant layer comprises: instance operation, instance monitoring and user management;
an example operations module, comprising: deploying an instance, deleting the instance, expanding the instance, modifying resources, carrying out instance details, backing up data, configuring parameters and carrying out Key statistics;
an example monitoring module, comprising: monitoring panel, instance monitoring, operation log and slow log display query;
a user management module comprising: create user, delete user, rights assignment, and user login.
2. The system of claim 1, wherein the tenant scheduling framework comprises a plurality of dis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
3. The system of claim 1, wherein the system further comprises a controller configured to control the controller,
the tenant layer uploads the Redis master/slave specialized component and the Redis cluster specialized component to a component database, so that the component database stores the Redis master/slave specialized component and the Redis cluster specialized component.
4. A system according to any one of claims 1 to 3, wherein the tenant scheduling framework is a Marathon scheduling framework and the resource scheduling framework is a meso scheduling framework.
5. The Redis cluster component scheduling method is characterized by being applied to a Redis cluster component management system, wherein the system comprises a component database, a tenant layer, a tenant scheduling frame, a resource scheduling frame and a resource layer;
the method comprises the following steps:
the tenant layer acquires a Redis component from the component database;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer;
the resource scheduling framework calls tenant resources of the resource layer according to tenant roles corresponding to tenant identifications, and allocates the tenant resources to the scheduling process for deployment of Redis components;
the tenant layer comprises: instance operation, instance monitoring and user management;
an example operations module, comprising: deploying an instance, deleting the instance, expanding the instance, modifying resources, carrying out instance details, backing up data, configuring parameters and carrying out Key statistics;
an example monitoring module, comprising: monitoring panel, instance monitoring, operation log and slow log display query;
a user management module comprising: create user, delete user, rights assignment, and user login.
6. The method of claim 5, wherein the tenant scheduling framework comprises a plurality of dis component pull-up scheduling processes;
the tenant scheduling framework pulls up a scheduling process according to the tenant identification of the tenant layer, and the method comprises the following steps:
the tenant scheduling framework acquires a corresponding Redis component pulling scheduling process according to the tenant identification of the tenant layer, and pulls up the scheduling process according to the Redis component pulling scheduling process so as to ensure service isolation among tenants.
7. The method as recited in claim 5, further comprising:
the tenant layer uploads the Redis master/slave specialized component and the Redis cluster specialized component to a component database, so that the component database stores the Redis master/slave specialized component and the Redis cluster specialized component.
8. The method according to any of claims 5 to 7, wherein the tenant scheduling framework is a Marathon scheduling framework and the resource scheduling framework is a meso scheduling framework.
9. A platform device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions, causing the at least one processor to perform the Redis cluster component scheduling method of any one of claims 5-8.
CN201911152645.6A 2019-11-22 2019-11-22 Redis cluster component scheduling system and method and platform equipment Active CN111045802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911152645.6A CN111045802B (en) 2019-11-22 2019-11-22 Redis cluster component scheduling system and method and platform equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911152645.6A CN111045802B (en) 2019-11-22 2019-11-22 Redis cluster component scheduling system and method and platform equipment

Publications (2)

Publication Number Publication Date
CN111045802A CN111045802A (en) 2020-04-21
CN111045802B true CN111045802B (en) 2024-01-26

Family

ID=70231920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911152645.6A Active CN111045802B (en) 2019-11-22 2019-11-22 Redis cluster component scheduling system and method and platform equipment

Country Status (1)

Country Link
CN (1) CN111045802B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112463828B (en) * 2020-11-02 2021-07-27 马上消费金融股份有限公司 Data processing method, device, equipment, system and readable storage medium
CN112783611A (en) * 2021-01-29 2021-05-11 紫光云技术有限公司 Universal configurable method for preparing cloud database Redis instance resources
CN114567555A (en) * 2022-03-04 2022-05-31 浪潮云信息技术股份公司 Cloud-based method and system for automatically acquiring slow logs by Redis cluster

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101652787A (en) * 2007-03-30 2010-02-17 微软公司 In-memory caching of shared customizable multi-tenant data
CN103077024A (en) * 2012-12-28 2013-05-01 山东地纬计算机软件有限公司 Device and method for supporting customization and running of software-as-a-service (SaaS) application processes
CN106952010A (en) * 2017-01-04 2017-07-14 国家电网公司 A kind of demand response system and method based on multi-tenant technology
CN107896250A (en) * 2017-11-16 2018-04-10 优公里(北京)网络技术有限公司 A kind of method of the multi-tenant data dynamic migration based on SaaS
CN108810164A (en) * 2018-06-29 2018-11-13 合肥微商圈信息科技有限公司 A kind of device for supporting the on-demand customization of SaaS application flows and operation
CN108829507A (en) * 2018-03-30 2018-11-16 北京百度网讯科技有限公司 The resource isolation method, apparatus and server of distributed data base system
CN110362390A (en) * 2019-06-06 2019-10-22 银江股份有限公司 A kind of distributed data integrated operations dispatching method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9813307B2 (en) * 2013-01-28 2017-11-07 Rackspace Us, Inc. Methods and systems of monitoring failures in a distributed network system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101652787A (en) * 2007-03-30 2010-02-17 微软公司 In-memory caching of shared customizable multi-tenant data
CN103077024A (en) * 2012-12-28 2013-05-01 山东地纬计算机软件有限公司 Device and method for supporting customization and running of software-as-a-service (SaaS) application processes
CN106952010A (en) * 2017-01-04 2017-07-14 国家电网公司 A kind of demand response system and method based on multi-tenant technology
CN107896250A (en) * 2017-11-16 2018-04-10 优公里(北京)网络技术有限公司 A kind of method of the multi-tenant data dynamic migration based on SaaS
CN108829507A (en) * 2018-03-30 2018-11-16 北京百度网讯科技有限公司 The resource isolation method, apparatus and server of distributed data base system
CN108810164A (en) * 2018-06-29 2018-11-13 合肥微商圈信息科技有限公司 A kind of device for supporting the on-demand customization of SaaS application flows and operation
CN110362390A (en) * 2019-06-06 2019-10-22 银江股份有限公司 A kind of distributed data integrated operations dispatching method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
An in-memory object caching framework with adaptive load balancing;Yue Cheng 等;《Proceedings of Tenth European Conference on Computer System》;第1-16 页 *
基于Docker 的容 器集群调度机制的设计与实现;李战;《中国优秀硕士学位论文全 文数据库》;I139-91 页 *

Also Published As

Publication number Publication date
CN111045802A (en) 2020-04-21

Similar Documents

Publication Publication Date Title
US10193977B2 (en) System, device and process for dynamic tenant structure adjustment in a distributed resource management system
US10394477B2 (en) Method and system for memory allocation in a disaggregated memory architecture
US8910157B2 (en) Optimization of virtual appliance deployment
CN111045802B (en) Redis cluster component scheduling system and method and platform equipment
US7890712B2 (en) Method, apparatus and program product for managing memory in a virtual computing system
EP3200393B1 (en) Method and device for virtual network function management
US10372555B1 (en) Reversion operations for data store components
US10860336B2 (en) Managing multi-single-tenant SaaS services
WO2022062304A1 (en) Method and device for deploying image recognition service on container cloud
CN111538561B (en) OpenStack large-scale cluster deployment test method and system based on KVM virtualization technology
CN110806911B (en) Cloud desktop management and control method, device and system
US9851960B2 (en) Tenant allocation in multi-tenant software applications
CN102981888A (en) Virtualization implementing method for Power server
CN111857977B (en) Elastic expansion method, device, server and storage medium
CN105516267B (en) Cloud platform efficient operation method
CN113986449A (en) Container-oriented Linux kernel virtualization system and method
CN111988160B (en) Method and device for deploying virtualized network function
CN111767139A (en) Cross-region multi-data-center resource cloud service modeling method and system
CN115185697A (en) Cluster resource scheduling method, system, equipment and storage medium based on kubernets
CN106911741B (en) Method for balancing virtual network management file downloading load and network management server
CN113986539A (en) Method, device, electronic equipment and readable storage medium for realizing pod fixed IP
CN113112248A (en) Project management method, system, electronic equipment and storage medium
US10171370B1 (en) Distribution operating system
CN110795202A (en) Resource allocation method and device of virtualized cluster resource management system
JP2024501005A (en) Management method and device for container clusters

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
GR01 Patent grant
GR01 Patent grant