CN111736761A - Data distribution method, device, storage system and computer readable storage medium - Google Patents

Data distribution method, device, storage system and computer readable storage medium Download PDF

Info

Publication number
CN111736761A
CN111736761A CN202010396478.6A CN202010396478A CN111736761A CN 111736761 A CN111736761 A CN 111736761A CN 202010396478 A CN202010396478 A CN 202010396478A CN 111736761 A CN111736761 A CN 111736761A
Authority
CN
China
Prior art keywords
request
packet
data
server
request data
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
CN202010396478.6A
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.)
Shenzhen Genew Technologies Co Ltd
Original Assignee
Shenzhen Genew Technologies 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 Shenzhen Genew Technologies Co Ltd filed Critical Shenzhen Genew Technologies Co Ltd
Priority to CN202010396478.6A priority Critical patent/CN111736761A/en
Publication of CN111736761A publication Critical patent/CN111736761A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0608Saving storage space on storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0629Configuration or reconfiguration of storage systems
    • G06F3/0631Configuration or reconfiguration of storage systems by allocating resources to storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]

Abstract

The invention discloses a data distribution method, a data distribution device, a storage system and a computer readable storage medium, wherein the data distribution method comprises the following steps: the distribution server receives the request data packet sent by the user side, the target server for receiving the request data packet is determined according to the number value of the request data packet, and the request data packet is sent to the target server.

Description

Data distribution method, device, storage system and computer readable storage medium
Technical Field
The present invention relates to the field of data processing, and in particular, to a data distribution method, apparatus, storage system, and computer-readable storage medium.
Background
The data storage system has high requirements on the data reading and writing performance, and can normally work under the condition of extremely high-frequency data reading requests and writing requests, but the extremely high-frequency data reading requests and the extremely high-frequency data writing requests are difficult to meet only one server for completing reading and writing, and if the data reading requests and the data writing requests are not evenly distributed to different servers, high-load operation of some servers can be caused, and the resources of other servers cannot be utilized.
Disclosure of Invention
The invention mainly aims to provide a data distribution method, a data distribution device, a storage system and a computer readable storage medium, and aims to solve the problem that a server processes more request data packets and runs at a high load.
Receiving a request data packet sent by a user side through a distribution server;
and determining a target server for receiving the request data packet according to the number value of the request data packet, and sending the request data packet to the target server.
Optionally, before the step of determining a target server receiving the request packet according to the encoding value of the request packet and sending the request packet to the target server, the method further includes:
and based on the sequence of the request data packets received by the distribution server, allocating code values to the request data packets by using a counter in the distribution server.
Optionally, before the step of determining a target server receiving the request packet according to the encoding value of the request packet and sending the request packet to the target server, the method further includes:
all storage servers in the current data storage system are numbered from the minimum natural number by taking 1 as an increment unit.
Optionally, the step of determining, according to the number value of the request packet, a destination server that receives the request packet includes:
acquiring the total number of storage servers in the current data storage system;
and dividing the code value by the total number to obtain a remainder after quotient division, and determining a target server receiving the request data packet corresponding to the code value as a storage server with the same number and the remainder.
In addition, to achieve the above object, the present invention also provides a data distribution apparatus including:
the acquisition module is used for acquiring the storage IP addresses of three storage servers in the current storage system;
the establishing module is used for establishing a mapping relation between the data item identification and the storage IP address;
and the writing module is used for writing the data item information corresponding to the data item identification into the storage server corresponding to the storage IP address so as to store the data item information.
In addition, to achieve the above object, the present invention further provides a storage system including a memory, a processor, and a data distribution program stored on the memory and executable on the processor, wherein the data distribution program, when executed by the processor, implements the steps of the data distribution method as described above.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having the data distribution program stored thereon, the data distribution program, when executed by a processor, implementing the steps of the data distribution method as described above.
The method for determining the target server for receiving the request data packet according to the number value of the request data packet can realize that each request data packet is respectively sent to each storage server under a data storage system, and avoid the condition of high-load operation caused by receiving and processing more request data packets by only one or more storage servers.
Drawings
FIG. 1 is a diagram illustrating a hardware architecture of a storage system in which various embodiments of the invention may be implemented;
fig. 2 is a flowchart illustrating a data distribution method according to a first embodiment of the present invention.
The implementation, functional features and advantages of the present invention will be described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a storage system, and referring to fig. 1, fig. 1 is a schematic structural diagram of a hardware operating environment according to an embodiment of the invention.
It should be noted that fig. 1 is a schematic structural diagram of a hardware operating environment of a storage system. The storage system of the embodiment of the invention can be a Personal Computer (PC), a portable Computer, a server and other equipment.
As shown in fig. 1, the storage system may include: a processor 1001, such as a CPU, a memory 1005, a user interface 1003, a network interface 1004, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Optionally, the memory system may further include RF (Radio Frequency) circuits, sensors, WiFi modules, and the like.
Those skilled in the art will appreciate that the storage system architecture shown in FIG. 1 does not constitute a limitation of storage systems, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage readable storage medium, may include therein an operating device, a network communication module, a user interface module, and a data distribution program. The operating device is a program for managing and controlling hardware and software resources of the storage system, and supports the operation of a data distribution program and other software or programs.
The storage system shown in fig. 1 can be used to solve the problem of high load operation caused by more request packets processed by the server, and the user interface 1003 is mainly used to detect or output various information, such as data corresponding to an input request packet and an output request packet; the network interface 1004 is mainly used for interacting with a background server and communicating; the processor 1001 may be configured to invoke a data distribution program stored in the memory 1005 and perform the following operations:
receiving a request data packet sent by a user side through a distribution server;
and determining a target server for receiving the request data packet according to the number value of the request data packet, and sending the request data packet to the target server.
Further, before the step of determining a target server receiving the request packet according to the code value of the request packet and sending the request packet to the target server, the processor 1001 may be configured to invoke a data distribution program stored in the memory 1005 and perform the following operations:
and based on the sequence of the request data packets received by the distribution server, allocating code values to the request data packets by using a counter in the distribution server.
Further, before the step of determining a target server to receive the request packet according to the encoding value of the request packet and sending the request packet to the target server, the processor 1001 may be configured to invoke a data distribution program stored in the memory 1005 and perform the following operations:
all storage servers in the current data storage system are numbered from the minimum natural number by taking 1 as an increment unit.
Further, the step of determining the target server receiving the request packet according to the number value of the request packet includes:
acquiring the total number of storage servers in the current data storage system;
and dividing the code value by the total number to obtain a remainder after quotient division, and determining a target server receiving the request data packet corresponding to the code value as a storage server with the same number and the remainder.
The specific implementation of the mobile terminal of the present invention is substantially the same as the following embodiments of the data distribution method, and will not be described herein again.
Based on the above structure, various embodiments of the data distribution method of the present invention are proposed.
The invention provides a data distribution method.
Referring to fig. 2, fig. 2 is a process diagram of a first embodiment of the data distribution method of the present invention.
In the present embodiment, an embodiment of a data distribution method is provided, and it should be noted that although a logical order is shown in the flow chart, in some cases, the steps shown or described may be performed in an order different from that here.
In this embodiment, the data distribution method includes:
step S10, receiving a request data packet sent by a user terminal through a distribution server;
the distribution server is used for distributing the received request data packets to each storage server according to a certain rule, so that the condition that one storage server receives a plurality of request data packets and the resource distribution of the storage servers is uneven is avoided. The request data packet comprises a request data reading packet and a request data writing packet, the request data reading packet is used for reading data corresponding to data items in the request data reading packet from the storage server by the user side, the request data writing packet is used for writing data corresponding to the data items in the request data writing packet into the storage server by the user side, and the request data reading packet and the request data writing packet sent by the user side are received through the distribution server.
Step S20, determining a destination server that receives the request packet according to the number value of the request packet, and sending the request packet to the destination server.
The request packets are assigned with number values, and different request packets have different number values, which are continuous natural numbers. The distribution server calculates the number of the storage server receiving the request data packet according to the number value of the request data packet, and determines the storage server with the number as the target server.
It should be noted that, data stored in all storage servers in the current data storage system is the same, and when a request data packet received by a distribution server is a request data packet, no matter which storage server the request data packet is sent to, data corresponding to a data item in the request data packet can be read.
Further, before step S20, the method further includes:
and a, based on the sequence of the request data packet received by the distribution server, allocating a code value to the request data packet by using a counter in the distribution server.
The request data packets are sent to the distribution server in sequence, a counter of the distribution server allocates a number value to each received request data packet, the number values are allocated to the request data packets based on the sequence of the request data packets received by the distribution server, and it can be understood that the number values are continuous natural numbers, for example, the distribution server allocates a number value 0 to a first received request data packet, allocates a number value 1 to a second received request data packet, and the number value size is 1 more than that allocated at the previous time when the number value is allocated each time. It should be noted that, this embodiment only provides a method for allocating a number value to a request packet by an allocation server, and other methods for allocating a number value to a request packet are also within the protection scope of this embodiment.
In this embodiment, the distribution server receives the request data packet sent by the user side, determines the target server receiving the request data packet according to the number value of the request data packet, and sends the request data packet to the target server, and this way of determining the target server receiving the request data packet according to the number value of the request data packet can implement that each request data packet is sent to each storage server under the data storage system, thereby avoiding the situation of high-load operation caused by receiving and processing more request data packets by only one or several storage servers.
Further, a second embodiment of the data distribution method of the present invention is proposed. The second embodiment of the data distribution method differs from the first embodiment of the data distribution method in that the data distribution method further includes:
and b, numbering all storage servers in the current data storage system from the minimum natural number by taking 1 as an increment unit.
All servers in the current data storage system are numbered before determining the target server to receive the request packet. Starting from the minimum natural number 0, with 1 as an increment unit, all storage servers in the current data storage system are numbered with 0, 1, 2 … … N in sequence, and N is the maximum number.
Further, the step of determining the target server receiving the request packet according to the number value of the request packet includes:
step c, acquiring the total number of storage servers in the current data storage system;
and d, dividing the code value by the total number to obtain a remainder after quotient division, and determining a target server receiving the request data packet corresponding to the code value as a storage server with the same number and the remainder.
First, the total number of storage servers in the current data storage system is obtained, and it can be understood that the maximum number of the storage servers is N, and then the total number of the storage servers is N + 1.
Dividing the number value of the received request data packet by the total number N +1 of the storage servers to obtain a remainder, wherein when the number value is divided by N +1 in an integer way, the remainder is 0, and it can be understood that all possible values of the remainder after quotient division are the number range 0, 1, 2 … … N of the storage servers, and the storage server with the same number as the remainder corresponding to the request data packet is determined as a target server. For example, the number value of the request packet is 0, 1, 2, 3, 4, 5, 6, 7, the total number of the storage servers is 6, the remainder corresponding to the request packet with the number value of 0 is 0, and the remainder corresponding to the request packet with the number value of 0 is 0; the remainder corresponding to the request data packet with the code value of 1 is 1; the remainder corresponding to the request data packet with the code value of 2 is 2; the remainder corresponding to the request data packet with the code value of 3 is 3; the remainder corresponding to the request data packet with the code value of 4 is 4; the remainder corresponding to the request data packet with the code value of 4 is 4; the remainder corresponding to the request packet with the code value of 6 is 0; the remainder corresponding to the request packet with the number value of 7 is 1, so that the destination server receiving the request packet with the number values of 0, 1, 2, 3, 4, 5, 6, 7 is determined as the storage server with the number values of 0, 1, 2, 3, 4, 5, 0, 1, and it can be understood that the request packet can be distributed to the storage servers of the data storage system in a balanced manner by obtaining the remainder by quotient division to determine the destination server.
In the embodiment, the storage servers in the current data storage system are numbered and the total number of the storage servers is obtained, the number value of the request data packet is divided by the total number to obtain the remainder, the storage servers with the numbers equal to the remainder are determined as the target servers, the request data packet is distributed to all the servers in the data storage system in a balanced manner, and the condition that a certain storage server runs under a high load due to too many request data packets processed by the certain storage server and the condition that resources of certain storage servers are idle are avoided.
In addition, an embodiment of the present invention further provides a data distribution apparatus, where the data distribution apparatus includes:
the receiving module is used for receiving a request data packet sent by a user side through a distribution server;
the determining module is used for determining a target server for receiving the request data packet according to the number value of the request data packet;
and the sending module is used for sending the request data packet to the target server.
Further, the data distribution apparatus further includes:
and the distribution module is used for distributing the code value for the request data packet by using a counter in the distribution server based on the sequence of the request data packet received by the distribution server.
Further, the data distribution apparatus further includes:
and the numbering module is used for numbering all storage servers in the current data storage system from the minimum natural number by taking 1 as an increment unit.
Further, the receiving module further includes:
the acquisition unit is used for acquiring the total number of the storage servers in the current data storage system;
a quotient division unit for dividing the code value by the total number of stations to obtain a remainder after quotient division;
and the determining unit is used for determining that the target server receiving the request data packet corresponding to the code value is a storage server with the same number and the same remainder.
The implementation of the data distribution apparatus of the present invention is substantially the same as that of the data distribution method, and is not described herein again.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a data distribution program is stored on the computer-readable storage medium, and the data distribution program, when executed by a processor, implements the steps of the data distribution method described above.
Note that the computer-readable storage medium may be provided in a storage system.
The specific implementation of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the data distribution method described above, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or storage system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or storage system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or storage system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (7)

1. A data distribution method, characterized in that the data distribution method comprises the steps of:
receiving a request data packet sent by a user side through a distribution server;
and determining a target server for receiving the request data packet according to the number value of the request data packet, and sending the request data packet to the target server.
2. The data distribution method according to claim 1, wherein the step of determining a target server to receive the request packet according to the code value of the request packet and sending the request packet to the target server further comprises:
and based on the sequence of the request data packets received by the distribution server, allocating code values to the request data packets by using a counter in the distribution server.
3. The data distribution method according to claim 1, wherein the step of determining a target server to receive the request packet according to the code value of the request packet and sending the request packet to the target server further comprises:
all storage servers in the current data storage system are numbered from the minimum natural number by taking 1 as an increment unit.
4. The data distribution method according to claim 3, wherein the step of determining a destination server that receives the request packet based on the number value of the request packet comprises:
acquiring the total number of storage servers in the current data storage system;
and dividing the code value by the total number to obtain a remainder after quotient division, and determining a target server receiving the request data packet corresponding to the code value as a storage server with the same number and the remainder.
5. A data distribution apparatus, characterized in that the data distribution apparatus comprises:
the receiving module is used for receiving a request data packet sent by a user side through a distribution server;
the determining module is used for determining a target server for receiving the request data packet according to the number value of the request data packet;
and the sending module is used for sending the request data packet to the target server.
6. A storage system comprising a memory, a processor and a data distribution program stored on the memory and executable on the processor, the data distribution program when executed by the processor implementing the steps of the data distribution method as claimed in any one of claims 1 to 4.
7. A computer-readable storage medium, characterized in that a data distribution program is stored thereon, which when executed by a processor implements the steps of the data distribution method according to any one of claims 1 to 4.
CN202010396478.6A 2020-05-12 2020-05-12 Data distribution method, device, storage system and computer readable storage medium Pending CN111736761A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010396478.6A CN111736761A (en) 2020-05-12 2020-05-12 Data distribution method, device, storage system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010396478.6A CN111736761A (en) 2020-05-12 2020-05-12 Data distribution method, device, storage system and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111736761A true CN111736761A (en) 2020-10-02

Family

ID=72647098

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010396478.6A Pending CN111736761A (en) 2020-05-12 2020-05-12 Data distribution method, device, storage system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111736761A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112565821A (en) * 2021-02-19 2021-03-26 紫光恒越技术有限公司 Data processing method and device, security gateway and storage device
CN115277861A (en) * 2022-06-14 2022-11-01 中国电信股份有限公司 Request distribution method and device, nonvolatile storage medium and processor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108763082A (en) * 2018-05-30 2018-11-06 平安普惠企业管理有限公司 Test data generating method, device, computer equipment and storage medium
CN109286663A (en) * 2018-09-14 2019-01-29 郑州云海信息技术有限公司 A kind of distributed system method for distributing business, device and equipment
CN109753613A (en) * 2018-12-14 2019-05-14 深圳壹账通智能科技有限公司 A kind of method and device loading Web page picture
CN110572451A (en) * 2019-09-04 2019-12-13 腾讯科技(深圳)有限公司 Data processing method, device and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108763082A (en) * 2018-05-30 2018-11-06 平安普惠企业管理有限公司 Test data generating method, device, computer equipment and storage medium
CN109286663A (en) * 2018-09-14 2019-01-29 郑州云海信息技术有限公司 A kind of distributed system method for distributing business, device and equipment
CN109753613A (en) * 2018-12-14 2019-05-14 深圳壹账通智能科技有限公司 A kind of method and device loading Web page picture
CN110572451A (en) * 2019-09-04 2019-12-13 腾讯科技(深圳)有限公司 Data processing method, device and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112565821A (en) * 2021-02-19 2021-03-26 紫光恒越技术有限公司 Data processing method and device, security gateway and storage device
CN112565821B (en) * 2021-02-19 2021-05-28 紫光恒越技术有限公司 Data processing method and device, security gateway and storage device
CN115277861A (en) * 2022-06-14 2022-11-01 中国电信股份有限公司 Request distribution method and device, nonvolatile storage medium and processor

Similar Documents

Publication Publication Date Title
CN108881396B (en) Network data loading method, device, equipment and computer storage medium
US8738779B2 (en) Method and apparatus for a context-based service look up
CN105550345A (en) File operation method and apparatus
CN105205174A (en) File processing method and device for distributed system
CN105488125A (en) Page access method and apparatus
CN111736761A (en) Data distribution method, device, storage system and computer readable storage medium
CN111651667A (en) Data pushing and shunting control method and device and computer readable storage medium
CN108243254B (en) Electronic device, method for releasing application upgrading version and storage medium
CN109582439B (en) DCN deployment method, device, equipment and computer readable storage medium
CN114553762A (en) Method and device for processing flow table items in flow table
CN110413576B (en) File display method, system, file management device and storage medium
CN109150720B (en) Service chain message forwarding method, device, equipment and computer readable storage medium
CN111556154A (en) Data transmission method, device, equipment and computer readable storage medium
CN111930482A (en) Task processing method, device and equipment based on node cluster and storage medium
CN112256343B (en) Software loading method, equipment and system
CN110852603A (en) High-throughput wind control data processing method, device, equipment and storage medium
CN111885184A (en) Method and device for processing hot spot access keywords in high concurrency scene
CN109951549B (en) Network page access method and device and computer readable storage medium
CN115190010B (en) Distributed recommendation method and device based on software service dependency relationship
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN110263110B (en) Geographic space data loading method and device based on rarefying algorithm and storage medium
CN111193805B (en) Resource discovery method and device
CN113821495A (en) Database cluster implementation system and method
CN114124883A (en) Data access method and device based on cloud storage address, computer equipment and medium
CN109981815B (en) IP address selection method, terminal, server and system

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: 20201002

RJ01 Rejection of invention patent application after publication