US10528561B2 - Dynamic block intervals for pre-processing work items to be processed by processing elements - Google Patents
Dynamic block intervals for pre-processing work items to be processed by processing elements Download PDFInfo
- Publication number
- US10528561B2 US10528561B2 US14/951,616 US201514951616A US10528561B2 US 10528561 B2 US10528561 B2 US 10528561B2 US 201514951616 A US201514951616 A US 201514951616A US 10528561 B2 US10528561 B2 US 10528561B2
- Authority
- US
- United States
- Prior art keywords
- processing
- work items
- block
- receiver
- time interval
- 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.)
- Expired - Fee Related, expires
Links
- 238000007781 pre-processing Methods 0.000 title claims abstract description 22
- 238000000034 method Methods 0.000 claims description 30
- 238000003860 storage Methods 0.000 claims description 19
- 238000004590 computer program Methods 0.000 claims description 11
- 230000007423 decrease Effects 0.000 claims description 5
- 230000003247 decreasing effect Effects 0.000 claims 2
- 238000010586 diagram Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 9
- 239000000306 component Substances 0.000 description 7
- 230000008569 process Effects 0.000 description 5
- 230000005540 biological transmission Effects 0.000 description 4
- 230000001360 synchronised effect Effects 0.000 description 3
- 238000003491 array Methods 0.000 description 2
- 230000000903 blocking effect Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- 230000001902 propagating effect Effects 0.000 description 2
- RYGMFSIKBFXOCR-UHFFFAOYSA-N Copper Chemical compound [Cu] RYGMFSIKBFXOCR-UHFFFAOYSA-N 0.000 description 1
- 230000004931 aggregating effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 229910052802 copper Inorganic materials 0.000 description 1
- 239000010949 copper Substances 0.000 description 1
- 239000008358 core component Substances 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000011143 downstream manufacturing Methods 0.000 description 1
- 230000000763 evoking effect Effects 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24542—Plan optimisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
Definitions
- the invention relates in general to the field of computer-implemented methods for pre-processing work items, in a context where work items are being queued for pre-processing by a receiver, which uses a blocking interval to build blocks of work items, which are then passed to a scheduler for subsequent processing.
- Spark is an open source cluster computing framework, comprising multiple components. Its core components provides distributed task dispatching, scheduling, and basic I/O functionalities. They fundamentally rely on so-called Resilient Distributed Datasets (RDDs), i.e., a logical collection of elements partitioned across machines (nodes) of a cluster, which can be operated on in parallel.
- RDDs Resilient Distributed Datasets
- the so-called “Spark Streaming” component (an extension of the core Spark component) enables scalable, fault-tolerant stream processing of live data streams with high-throughput, while enabling streaming analytics. Spark Streaming receives input data streams and divides the data into batches, which batches are then processed to generate a stream of results in batches.
- the receiver's blocking interval which is determined by the configuration parameter spark.streaming.blockInterval and need be set beforehand. I.e., received data are coalesced into blocks of data before being processed. The number of blocks in each batch determines a number of tasks that will be used to process the received data. The number of tasks per receiver per batch is approximately equal to the batch interval divided by the block interval. For example, a block interval of 100 ms results in 10 tasks per 1 second batches. If the number of tasks is too low (i.e., less than the number of cores per machine), subsequent processing is inefficient as not all the available cores are used to process the data.
- the present invention is embodied as a computer-implemented method for pre-processing work items to be processed by computerized processing elements.
- the method includes three steps, which are performed while work items are being queued in view of pre-processing by a receiver.
- a performance index is accessed, which relates to (dynamic) processing performances of work items as processed by the computerized processing elements.
- a time interval (during which the receiver may group queued work items into a block) is determined, according to the accessed performance index.
- a timer is set to the determined time interval, to allow the receiver to group work items being queued until that time interval has elapsed, according to the timer set. This way, a block of grouped work items will be obtained, which can then be passed to a scheduler for subsequent processing by computerized processing elements.
- the accessed performance index may for instance measure a processing performance, by the computerized processing elements, of one or more blocks of work items as previously grouped by the receiver. This index measures a processing latency and/or a processing throughput of the processed blocks.
- the time interval determined is a dynamic quantity, e.g., it increases (respectively increases) if a load of the processing elements decreases (respectively increases), according to the accessed performance index.
- the invention is embodied as a planner for pre-processing work items.
- the planner is interfaceable with a receiver and furthermore configured to repeatedly perform steps of: accessing a performance index; determining a time interval and setting a timer accordingly, as described above.
- the planner may for instance comprise a controller for setting the timer. It may furthermore comprise a load classifier for instructing the scheduler to put on hold or cancel processing of blocks corresponding to optional queries.
- the invention is embodied as a computer program product, comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable to cause a planner such as described above to perform steps according to present methods.
- FIG. 1 is a flowchart illustrating high-level steps of a method for pre-processing work items, according to embodiments
- FIG. 2 is a flow chart illustrating a method dynamically adjusting block time intervals) in accordance with embodiments
- FIG. 3 is a block diagram schematically illustrating selected components of system according to embodiments.
- FIG. 4 is a block diagram schematically illustrating selected components of a planner, according to embodiments.
- FIGS. 1-4 an aspect of the invention is first described, which concerns computer-implemented methods for pre-processing work items 52 . Eventually, such items are meant to be processed S 10 by computerized processing elements 10 .
- Work items may comprise data, computer processes (e.g., tasks or threads), or more generally any data that can be subject to subsequent processing by the processing elements 10 .
- the work items 52 are streamed, i.e., repeatedly (or continuously) received and queued S 52 , in view of pre-processing by a receiver 70 , as illustrated in FIGS. 3 and 4 .
- work items 52 can notably be any data as involved in live data streams, from many different sources, e.g., as ingestible by the Spark Streaming component discussed in the introduction.
- Work items are queued S 52 as a tuple queue, as illustrated in FIG. 3 .
- Present methods basically revolves around the following three steps, which are repeatedly performed while work items 52 are being queued S 52 in view of pre-processing by the receiver 70 .
- a processing performance index is accessed (step S 30 in FIG. 1 ).
- This performance index is dynamic inasmuch as it is subject to changes. It measures processing performances of work items 52 as actually processed S 10 by the computerized processing elements 10 . Examples of suitable performance indices are discussed later in detail.
- a time interval is determined S 40 .
- this time interval is typically adjusted, that is, modified with respect to a previously determined time interval, as suggested in FIG. 1 .
- a time interval as meant herein is a period of time during which the receiver 70 is allowed to group queued work items 52 into a block 80 , as explained below.
- Time intervals are determined according to the accessed performance index, so as to optimize, or at least improve usage and consumption of processing elements (e.g., CPU cores).
- block intervals are not constant parameters, set beforehand. Rather, they are dynamically adapted according to the processing performances.
- a timer is set S 60 to the time interval as last determined, to allow the receiver 70 to group S 70 -S 80 work items 52 as they are being queued S 52 , until that time interval has elapsed, that is, according to the timer set.
- a block 80 of grouped work items 52 will be obtained S 80 , which can be passed S 90 to a scheduler 100 for subsequent processing S 10 by the computerized processing elements 10 .
- Present methods can be regarded as implementing a feedback loop mechanism, whereby processing performances are monitored to adaptively modulate block intervals. I.e., by modifying the time interval during which work items are grouped at the receiver 70 , one modifies the ratio batch interval/time (block) interval, which in turn impacts utilization of the processing elements (e.g., CPU cores).
- the utilization of resources processing elements 10
- present methods allow job latencies to be improved, although additional criteria may be taken into account, as explained below.
- embodiments as discussed below allows multiple types of (concurrent) queries to be prioritized in real-time data processing systems, according to priority and latency targets encompassed in the queries.
- Such an index refers to actual processing performances of the processing elements 10 , as actually measured by (or measurable from) the system 1 , FIGS. 3, 4 .
- advantage can be taken of an analytics platform 20 , as, e.g., present in a Spark environment.
- the processing performance index may be estimated using any suitable processing performance metric, which may include processing latency and/or a processing throughput of processed blocks. Such metrics are themselves impacted by lower-level metrics such as response times, capacities and/or latencies of individual processing elements 10 . Lower-level metrics may also be directly considered to estimate processing performances. More generally, diverse criteria such as completion times, bandwidth, throughputs, relative efficiency, scalability, performance per watt, etc., may be taken into account. In all cases, the processing performance index is dynamically assessed and subject to changes, owing to the continuously changing tuples being queued, especially in big data processing systems.
- the accessed S 30 performance index measures processing performances of items that were previously processed, e.g., performances of blocks 80 of work items 52 that were previously grouped S 70 -S 80 by the receiver 70 and passed to the scheduler for actual processing. That is, the feedback pertains to items that were already processed at the time where a current block 80 is being formed, as seen from the logic of the flow chart of FIG. 1 .
- the shorter the feedback the tighter the optimization. Better results will therefore be obtained in a framework offering capability to perform streaming analytics, e.g., where an analytics platform is closely integrated with processing elements.
- the performance index shall typically be estimated S 25 based on indicators collected S 20 from the processing elements 10 . Such operations are typically done by the processing elements 10 themselves, by an analytics platform 20 , the environment permitting. To that aim, processing elements 10 may locally maintain S 15 all necessary indicators. Note that steps S 25 and S 30 may be asynchronously carried out. E.g., an analytics platform 20 may update the performance index based on inputs collected from the nodes 10 , upon jobs completions (and at a non-deterministic rate), whereas the planner 30 may access this index at a constant frequency. The latter may for instance be set according to a minimal block interval supported by the system, if any (e.g., to 20 Hz, that is, 1/50 ms, corresponding to the minimal recommended block interval in Spark systems).
- a minimal block interval supported by the system if any (e.g., to 20 Hz, that is, 1/50 ms, corresponding to the minimal recommended block interval in Spark systems).
- step S 40 time interval determination is carried out to increase S 46 (respectively decrease) a time interval if S 42 a load of the processing elements 10 appears to decrease (respectively increase), as estimated from the accessed S 30 performance index.
- a minimal time interval may be imposed, to avoid issues caused by task launching overheads.
- a maximal time interval may be set, such that the dynamically changed time intervals may be bounded from above and from below.
- Steps S 30 , S 40 and S 60 are implemented by a dedicated module or unit 30 , hereafter called a “planner”. Additional steps may subsequently be taken by other entities 70 , 100 , 10 , as now explained referring back to FIG. 1 . Namely, after a timer has been set to the last determined time interval, the receiver 70 takes care of grouping S 70 -S 80 work items 52 that are being queued S 52 (see FIG. 3 for an illustration) and, this, until S 75 that time interval has elapsed, according to the timer set S 60 from the planner 30 . A block of grouped work items 52 is accordingly obtained S 80 , which can subsequently be passed S 90 to the scheduler 100 , for subsequent scheduling and processing by the processing elements 10 .
- a dedicated module or unit 30 hereafter called a “planner”. Additional steps may subsequently be taken by other entities 70 , 100 , 10 , as now explained referring back to FIG. 1 . Namely, after a timer has been set to the last determined time interval, the
- grouping means aggregating, i.e., coalescing work items (e.g., tuples 52 as queued S 52 in the tuple queue 54 in FIG. 3 .
- Tuples 52 are aggregated in a synchronous fashion, as illustrated in FIG. 3 , so as to maintain a synchronous treatment of incoming tuples and ease subsequent scheduling S 100 .
- Steps S 30 , S 40 , S 60 and S 90 are typically carried out continuously (i.e., uninterruptedly), while streaming S 52 work items 52 towards the receiver 70 , whereby streamed work items 52 are queued S 52 in view of pre-processing by the receiver 70 .
- blocks 80 may be queued S 88 , as illustrated in FIG. 3 , and the block queue is drained S 90 every batch-period for subsequent scheduling S 100 , such that the scheduling process remains synchronous.
- an embodiment is one where live input data streams are received S 50 -S 52 and then coalesced into dynamically adjusted S 70 -S 80 blocks, which are then queued S 88 .
- the queue 90 is drained S 90 every batch-period, thereby leading to jobs 110 , which are scheduled S 100 for processing, whereby jobs are queued in a job queue 120 , before being actually processed S 10 .
- multiple types of queries may be prioritized, in real-time, as evoked earlier.
- latency targets encompassed in the queries may advantageously be taken into account.
- the work items 52 queued at step S 52 may come from different types of queries S 50 .
- Such queries may have different priority and latency targets, a thing that may advantageously be taken into account by the planner 30 .
- the latter may suitably instruct the scheduler, so as for blocks 80 to be scheduled S 100 for subsequent processing according S 85 to a type of query they are associated to.
- step S 100 may comprise putting on hold or cancelling S 45 , S 100 processing of blocks 80 that correspond to a type of query flagged as optional. Blocks may notably be cancelled or put on hold if S 42 a load of the processing elements 10 was determined to have increased (or exceeded a given threshold), according to a last performance index as accessed at step S 30 .
- time (block) intervals may further be adjusted S 40 according to a processing performance target (e.g., a latency target) associated to the originating query, in addition to a latest performance index accessed S 30 .
- a processing performance target e.g., a latency target
- the block creation timers may be dynamically changed according to the effectively measured loads and latency targets of the queries.
- the invention may be embodied as a planner 30 or arbiter, for pre-processing work items 52 .
- This planner 30 can typically be embodied as a module or unit, interfaceable with a receiver 70 such as described above.
- the planner 30 is configured to repeatedly perform steps S 30 , S 40 and S 60 , as discussed earlier, while work items 52 are being queued for pre-processing by the receiver 70 .
- An application is one where such a planner 30 is integrated in a Spark framework or a similar cluster framework.
- the planner 30 may comprise an estimator 32 , communicating with cluster nodes or an analytics platform for accessing performance indices S 30 and adjust time intervals accordingly, thanks to a suitable model.
- the planner 30 may comprise a controller 34 , communicating with the estimator 32 to receive updated estimations therefrom and accordingly setting timers (to newly adjusted time intervals).
- the controller 34 is otherwise communicating with the receiver 70 , to enforce dynamic timers.
- the planner 30 may further comprise a load classifier 36 , interfaced with both the controller 34 and the scheduler 100 , e.g., for instructing the latter to put on hold or cancel S 45 , S 100 processing of blocks 80 corresponding to optional queries.
- a load classifier 36 interfaced with both the controller 34 and the scheduler 100 , e.g., for instructing the latter to put on hold or cancel S 45 , S 100 processing of blocks 80 corresponding to optional queries.
- the invention can further be embodied as a computerized system 1 .
- the system 1 comprises a planner 30 , a receiver 70 , a scheduler 100 and processing elements 10 as described earlier.
- the planner 30 is interfaced with the receiver 70 and the scheduler 100 is interfaced with computerized processing elements 10 , to schedule processing of blocks (as jobs).
- the system 1 is configured to stream work items 52 , so as for streamed work items 52 to get queued S 52 for pre-processing by the receiver 70 .
- a system 1 can for instance be embodied as a modified Spark system or a similar system.
- the computerized system 1 may further comprise an analytics platform 30 , configured to collect S 20 indicators from the processing nodes 10 and estimate S 25 performance indices based on such indicators.
- an analytics platform 30 configured to collect S 20 indicators from the processing nodes 10 and estimate S 25 performance indices based on such indicators.
- the invention can be embodied as a computer program product, comprising a computer readable storage medium with program instructions embodied therewith, where program instructions are executable by one or more processors to execute steps for pre-processing work items, as described earlier.
- Such instructions may embody the function of the planner 30 , as well as part or all of the functions of the receivers 70 and scheduler 100 .
- the present invention may be embodied as a system, a method, and/or a computer program product.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like, and conventional procedural programming languages, such as the C programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures.
- two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Operations Research (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
Claims (17)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/951,616 US10528561B2 (en) | 2015-11-25 | 2015-11-25 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
US16/682,275 US11176135B2 (en) | 2015-11-25 | 2019-11-13 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/951,616 US10528561B2 (en) | 2015-11-25 | 2015-11-25 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/682,275 Continuation US11176135B2 (en) | 2015-11-25 | 2019-11-13 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
Publications (2)
Publication Number | Publication Date |
---|---|
US20170147641A1 US20170147641A1 (en) | 2017-05-25 |
US10528561B2 true US10528561B2 (en) | 2020-01-07 |
Family
ID=58721629
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/951,616 Expired - Fee Related US10528561B2 (en) | 2015-11-25 | 2015-11-25 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
US16/682,275 Active 2035-12-25 US11176135B2 (en) | 2015-11-25 | 2019-11-13 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/682,275 Active 2035-12-25 US11176135B2 (en) | 2015-11-25 | 2019-11-13 | Dynamic block intervals for pre-processing work items to be processed by processing elements |
Country Status (1)
Country | Link |
---|---|
US (2) | US10528561B2 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10528561B2 (en) | 2015-11-25 | 2020-01-07 | International Business Machines Corporation | Dynamic block intervals for pre-processing work items to be processed by processing elements |
CN112988805B (en) * | 2019-12-13 | 2025-01-14 | 北京京东尚科信息技术有限公司 | Data processing method, device, equipment and storage medium based on computing framework |
CN111143066A (en) * | 2019-12-25 | 2020-05-12 | Oppo广东移动通信有限公司 | Event processing method, device, equipment and storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010039559A1 (en) * | 1997-03-28 | 2001-11-08 | International Business Machines Corporation | Workload management method to enhance shared resource access in a multisystem environment |
US20060140119A1 (en) * | 2004-12-29 | 2006-06-29 | Alcatel | Predictive congestion management in a data communications switch using traffic and system statistics |
US20060212658A1 (en) * | 2005-03-18 | 2006-09-21 | International Business Machines Corporation. | Prefetch performance of index access by look-ahead prefetch |
US7716678B2 (en) * | 2004-12-30 | 2010-05-11 | International Business Machines Corporation | Processing messages in a message queueing system |
US20140129588A1 (en) | 2012-11-07 | 2014-05-08 | Nec Laboratories America, Inc. | System and methods for prioritizing queries under imprecise query execution time |
US20140351820A1 (en) | 2013-05-23 | 2014-11-27 | Electronics And Telecommunications Research Institute | Apparatus and method for managing stream processing tasks |
US20150074672A1 (en) | 2013-09-10 | 2015-03-12 | Robin Systems, Inc. | Asynchronous scheduling informed by job characteristics and anticipatory provisioning of data for real-time, parallel processing |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6505200B1 (en) * | 2000-07-06 | 2003-01-07 | International Business Machines Corporation | Application-independent data synchronization technique |
US7099926B1 (en) * | 2000-07-06 | 2006-08-29 | International Business Machines Corporation | Object caching and update queuing technique to improve performance and resource utilization |
US9076332B2 (en) * | 2006-10-19 | 2015-07-07 | Makor Issues And Rights Ltd. | Multi-objective optimization for real time traffic light control and navigation systems for urban saturated networks |
US10528561B2 (en) | 2015-11-25 | 2020-01-07 | International Business Machines Corporation | Dynamic block intervals for pre-processing work items to be processed by processing elements |
-
2015
- 2015-11-25 US US14/951,616 patent/US10528561B2/en not_active Expired - Fee Related
-
2019
- 2019-11-13 US US16/682,275 patent/US11176135B2/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010039559A1 (en) * | 1997-03-28 | 2001-11-08 | International Business Machines Corporation | Workload management method to enhance shared resource access in a multisystem environment |
US20060140119A1 (en) * | 2004-12-29 | 2006-06-29 | Alcatel | Predictive congestion management in a data communications switch using traffic and system statistics |
US7716678B2 (en) * | 2004-12-30 | 2010-05-11 | International Business Machines Corporation | Processing messages in a message queueing system |
US20060212658A1 (en) * | 2005-03-18 | 2006-09-21 | International Business Machines Corporation. | Prefetch performance of index access by look-ahead prefetch |
US20140129588A1 (en) | 2012-11-07 | 2014-05-08 | Nec Laboratories America, Inc. | System and methods for prioritizing queries under imprecise query execution time |
US20140351820A1 (en) | 2013-05-23 | 2014-11-27 | Electronics And Telecommunications Research Institute | Apparatus and method for managing stream processing tasks |
US20150074672A1 (en) | 2013-09-10 | 2015-03-12 | Robin Systems, Inc. | Asynchronous scheduling informed by job characteristics and anticipatory provisioning of data for real-time, parallel processing |
Also Published As
Publication number | Publication date |
---|---|
US20170147641A1 (en) | 2017-05-25 |
US11176135B2 (en) | 2021-11-16 |
US20200081889A1 (en) | 2020-03-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10884795B2 (en) | Dynamic accelerator scheduling and grouping for deep learning jobs in a computing cluster | |
US10474497B1 (en) | Computing node job assignment using multiple schedulers | |
US11176135B2 (en) | Dynamic block intervals for pre-processing work items to be processed by processing elements | |
Lohrmann et al. | Elastic stream processing with latency guarantees | |
US10831633B2 (en) | Methods, apparatuses, and systems for workflow run-time prediction in a distributed computing system | |
US20140297833A1 (en) | Systems And Methods For Self-Adaptive Distributed Systems | |
US20220012089A1 (en) | System for computational resource prediction and subsequent workload provisioning | |
US10289973B2 (en) | System and method for analytics-driven SLA management and insight generation in clouds | |
JP6447120B2 (en) | Job scheduling method, data analyzer, data analysis apparatus, computer system, and computer-readable medium | |
US11921724B2 (en) | Windowing across operators in a streaming environment | |
US20160004567A1 (en) | Scheduling applications in a clustered computer system | |
US10733209B2 (en) | Smart tuple dynamic grouping of tuples | |
CN112764890B (en) | Method, device and computer program product for scheduling backup tasks | |
US20180121505A1 (en) | Delayable query | |
US10067703B2 (en) | Monitoring states of processing elements | |
US20150277980A1 (en) | Using predictive optimization to facilitate distributed computation in a multi-tenant system | |
KR101852610B1 (en) | Method for using resources using ai learning based realtime analyzing system and managemnet server using the same | |
US10657135B2 (en) | Smart tuple resource estimation | |
US10162660B2 (en) | Application-level processor parameter management | |
US10296620B2 (en) | Smart tuple stream alteration | |
Chen et al. | HarmonyBatch: Batching multi-SLO DNN Inference with Heterogeneous Serverless Functions | |
Weng et al. | AdaStorm: Resource efficient storm with adaptive configuration | |
US11562270B2 (en) | Straggler mitigation for iterative machine learning via task preemption | |
US10013270B2 (en) | Application-level initiation of processor parameter adjustment | |
US20160170817A1 (en) | Message processing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BIRKE, ROBERT;BJOERKQVIST, MATHIAS;SCHMATZ, MARTIN L.;AND OTHERS;SIGNING DATES FROM 20151123 TO 20151124;REEL/FRAME:037139/0928 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20240107 |