1. Field of the Invention
The present invention relates generally to an improved data processing system, and in particular, to a computer implemented method and apparatus for processing data streams. Still more particularly, the present invention relates to a computer implemented method, apparatus, and computer usable program code for scalable processing of multi-way data stream correlations.
2. Description of the Related Art
Stream processing computing applications are applications in which the data comes into the system in the form of information flow, satisfying some restriction on the data. Note that volume of data being processed may be too large to be stored; therefore, the information flow calls for sophisticated real-time processing over dynamic data streams, such as sensor data analysis and network traffic monitoring. Examples of stream processing computing applications include video processing, audio processing, streaming databases, and sensor networks. In these applications, data streams from external sources flow into a data stream management system where they are processed by different continuous query operators.
To support unbounded streams, the stream processing system associates a sliding-window with each stream. The sliding-window contains the most recently arrived data items on the stream. The window may be either time-based, such as video frames arrived in the last 60 seconds or number-based, such as the last 1000 video frames. One of the most important continuous query operators is sliding-window join over multiple different data streams. The output of the sliding-window join contains all sets of correlated tuples that satisfy a pre-defined join predicate and are simultaneously present in their respective windows.
Some example applications include searching similar images among different news video streams for hot topic detection and correlating source/destination addresses among different network traffic flows for intrusion detection. Key-based equijoins may be less effective because many stream correlation applications demand more complex join predicates than key comparisons. For example, in a news video correlation application, the join condition is whether the distance between two images' 40-dimensional classification values is below a threshold value. Thus, correlating data of different streams means to find those data on different streams that satisfy one or more pre-defined correlation predicates.
A major challenge for processing multi-way stream joins is to perform a large number of join comparisons over multiple high-volume and time-varying data streams in real-time. Given high stream rates and large window sizes, windowed stream joins may have large memory requirements. Moreover, some query processing, such as image comparison may also be central processing unit-intensive. A single host may be easily overloaded by the multi-way stream join workload.
The illustrative embodiments provide a computer implemented method, apparatus, and computer usable program code for processing multi-way stream correlations. Stream data are received for correlation. A task is formed for continuously partitioning a multi-way stream correlation workload into smaller workload pieces. Each of the smaller workload pieces may be processed by a single host. The stream data are sent to different hosts for correlation processing.
The novel features believed characteristic of the illustrative embodiments are set forth in the appended claims. The illustrative embodiments themselves, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
With reference now to the figures and in particular with reference to
With reference now to the figures,
In the depicted example, server 104 and server 106 connect to network 102 along with storage unit 108. In addition, clients 110, 112, and 114 connect to network 102. These clients 110, 112, and 114 may be, for example, personal computers or network computers. In the depicted example, server 104 provides data, such as boot files, operating system images, and applications to clients 110, 112, and 114. Clients 110, 112, and 114 are clients to server 104 in this example. Network data processing system 100 may include additional servers, clients, and other devices not shown.
In the depicted example, network data processing system 100 is the Internet with network 102 representing a worldwide collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols to communicate with one another. At the heart of the Internet is a backbone of high-speed data communication lines between major nodes or host computers, consisting of thousands of commercial, governmental, educational and other computer systems that route data and messages. Of course, network data processing system 100 also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN).
With reference now to
In the depicted example, data processing system 200 employs a hub architecture including a north bridge and memory controller hub (MCH) 202 and a south bridge and input/output (I/O) controller hub (ICH) 204. Processor 206, main memory 208, and graphics processor 210 are coupled to north bridge and memory controller hub 202. Graphics processor 210 may be coupled to the MCH through an accelerated graphics port (AGP), for example.
In the depicted example, local area network (LAN) adapter 212 is coupled to south bridge and I/O controller hub 204 and audio adapter 216, keyboard and mouse adapter 220, modem 222, read only memory (ROM) 224, universal serial bus (USB) ports and other communications ports 232, and PCI/PCIe devices 234 are coupled to south bridge and I/O controller hub 204 through bus 238, and hard disk drive (HDD) 226 and CD-ROM drive 230 are coupled to south bridge and I/O controller hub 204 through bus 240. PCI/PCIe devices may include, for example, Ethernet adapters, add-in cards, and PC cards for notebook computers. PCI uses a card bus controller, while PCIe does not. ROM 224 may be, for example, a flash binary input/output system (BIOS). Hard disk drive 226 and CD-ROM drive 230 may use, for example, an integrated drive electronics (IDE) or serial advanced technology attachment (SATA) interface. A super I/O (SIO) device 236 may be coupled to south bridge and I/O controller hub 204.
An operating system runs on processor 206 and coordinates and provides control of various components within data processing system 200 in
Instructions for the operating system, the object-oriented programming system, and applications or programs are located on storage devices, such as hard disk drive 226, and may be loaded into main memory 208 for execution by processor 206. The processes of the illustrative embodiments may be performed by processor 206 using computer implemented instructions, which may be located in a memory such as, for example, main memory 208, read only memory 224, or in one or more peripheral devices.
The hardware in
In some illustrative examples, data processing system 200 may be a personal digital assistant (PDA), which is generally configured with flash memory to provide non-volatile memory for storing operating system files and/or user-generated data. A bus system may be comprised of one or more buses, such as a system bus, an I/O bus and a PCI bus. Of course the bus system may be implemented using any type of communications fabric or architecture that provides for a transfer of data between different components or devices attached to the fabric or architecture. A communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter. A memory may be, for example, main memory 208 or a cache such as found in north bridge and memory controller hub 202. A processing unit may include one or more processors or CPUs. The depicted examples in
The illustrative embodiments provide a process of automatically creating workflows based on a formal description of processing units, primal streams, and user's requirements on the output data. The process is able to quickly adapt to newly available primal streams, processing units, and other changing parameters, circumstances, or conditions without unduly burdening system resources and without human interaction. Additionally, the workflow may be translated into a format that may be executed in a web services execution environment.
A stream processing application may be composed from existing application components using available primal streams, such that the application components generate a result that satisfies the user's request. Thus, stock analytics 312 receives an information stream, trades 310 and outputs results to multi-way stream join 340.
In this example, MPEG-4 de-multiplexer 322 receives a broadcast stream, television news 320 and outputs to image analytics 324, text analytics 328, and speech-to-text 326. Speech-to-text 326, in turn, outputs to text analytics 328. Image analytics 324 and text analytics 328 output to multi-way stream join 340.
Speech-to-text 332 receives a primal stream, radio 330 and outputs to text analytics 334. In turn, text analytics 334 outputs to multi-way stream join 340. Multi-way stream join 340 provides output in the form of correlation results 350.
In one embodiment, stream properties may be encoded as fluents and predicates parameterized with a stream object. In programming, a predicate is a statement that evaluates an expression and provides a true or false answer based on the condition of the data. These conditions are expressed as logical expressions in terms of stream properties. A fluent is a more general function than the predicate. Fluents may take values from domains other than the Boolean domain of the predicates. Fluents are also referred to as functions in literature. Component descriptions are encoded as actions parameterized with input and output stream objects. Preconditions of actions consist of translated input port requirements on input streams and action effects compute the properties of output stream objects with the transformation formulas associated with output ports. A plan generated by the planning system as a sequence of actions is then translated into a workflow by identifying input-output port connections based on the sharing of stream objects between instantiated action parameters corresponding to the port.
Illustrative embodiments provide a computer implemented method, apparatus, and computer usable program code for a scalable distributed solution for processing multi-way stream joins. Generic stream joins, such as equijoins and non-equijoins are considered since many stream correlation applications demand more complex join predicates than key comparisons.
Illustrative embodiments are directed toward a correlation-aware tuple routing framework enabling distributed execution of multi-way stream joins. The distribution scheme may observe the sliding-window join semantics. The output of the sliding-window join contains all sets of correlated tuples that satisfy a pre-defined join predicate and are simultaneously present in their respective windows. Distribution overhead is unavoidable for maintaining the sliding-window join semantics due to the correlation constraint. As a result, the illustrative embodiments address the optimal distribution of a workload of a multi-way stream join operator among a set of distributed hosts with minimum distribution overhead. Distribution overhead refers to the use or overuse of system resources. For example, distribution overhead may include the processor time consumed, memory space, and network bandwidth required to process the incoming data streams.
In one illustrative embodiment, an aligned tuple routing (ATR) method or scheme achieves distributed execution of multi-way stream joins using stream partitions. Aligned tuple routing dynamically selects the fastest input stream as the master stream and aligns the tuple routing of the other streams with the master stream to meet the correlation constraint. Aligned tuple routing splits input streams into segments that are routed to different hosts for join processing. A segment is a portion or section of a stream. Join processing is also referred to as correlation processing. Aligned tuple routing may be used to preserve join semantics. Additionally, overhead of aligned tuple routing is independent of the number of hosts. Instead, aligned tuple routing overhead is only related to the sliding window sizes and the rates of the slave streams. As a result, aligned tuple routing is suitable for the case where slave streams have low rates and sliding window sizes are not very large.
In another illustrative embodiment, a constrained tuple routing (CTR) scheme routes different streams' tuples separately under the correlation constraint. Constrained tuple routing distributes a multi-way stream join operator using both stream partitions and operator partitions. Unlike aligned tuple routing, constrained tuple routing allows a very large multi-way join to be partitioned into a set of smaller multi-way joins executed by different hosts. The problem of covering correlated tuples with a minimum set of lightly-loaded hosts is addressed by the constrained tuple routing method, process, and algorithm. Constrained tuple routing is used to preserve join semantics and has an overhead independent of the number of hosts. Unlike aligned tuple routing, the overhead of constrained tuple routing is independent of sliding window sizes which makes constrained tuple routing more suitable for the join operator with large sliding-window specifications.
To support continuous streams, the stream processing system associates a sliding window with each stream. The window contains the most recently arrived data items on the stream called tuples. A tuple is a set of values or stream data. The data in a stream also is referred to as stream data and is the information received in the form of bits, words, numbers, or other streaming data that forms from one or more data streams. The window may be time based or tuple based. A time-based window may be, for example, tuples arriving in the last 10 minutes, while a tuple-based window may be, for example, the last 1000 tuples. One of the important continuous query operators is sliding window join between two streams, streams S1 and S2. The output of this window join contains every pair of tuples from streams S1 and S2 that satisfies the join predicate and are simultaneously present in their respective windows.
The join predicate is a comparison function over one or more common attributes between two tuples. The basic join predicate is an equality comparison between two tuples s1 and s2 over a common attribute A, denoted by s1.A=s2.A. However, the illustrative schemes may be applied to any generic join predicate. The sliding window join has many applications. For example, consider two streams in which one stream contains phone call records and the other stream contains stock trading records. A sliding window join that operates to correlate or join between the suspicious phone calls and anomalous trading records over the common attribute “trade identifier” may be used to generate trading fraud alerts.
Multi-way stream join operator 400 includes various data streams denoted by Si, including stream 1402, stream 2404, stream 3406, and stream 4408. A data stream consists of a sequence of tuples or data items denoted by siεSi. Each stream may have variable data arrival rates. For example, ri denotes the average arrival rate of the stream Si over the current time period. In a dynamic stream environment, the average stream rate ri may change over time. In this example, each tuple siεSi carries a time-stamp si.t to denote the time when the tuple si arrives at the stream Si. Language such as Si[t1, t2] denotes that all the tuples arrived at the stream Si during time [t1, t2].
To handle infinite data streams, a sliding window is associated with each stream for limiting the scope of join processing to recently arrived tuples. For example, Si[Wi] denotes a sliding window on the stream Si, where Wi denotes the length of the window in time units. At time t, si belongs to Si[Wi] if si arrives at Si in the time interval [t−Wi, t]. As a result, Si[Wi] may be considered as the acronym of Si[t−Wi, t].
Multi-way stream join operator 400 among n, n≧2 input streams is denoted by Ji=S1[W1]S2[W2] . . . Sn[Wn]. The output of multi-way stream join operator 400 consists of all tuple groups (s1, s2, . . . , sn), such that ∀siεSi, ∀skεSk[Wk], 1≦k≦n, k≠i at time si.t, s1, . . . , sn satisfy a predefined join predicate θ(s1, . . . , sn). The join predicate may be any generic function such as a distance function in a multi-dimensional space. For example, in
The cluster of server hosts 506 may include servers, such as server 104 and 106 interconnected by a network, such as network 102 all of
Fusion operator 504 and diffusion operator 502 are software modules that may be implemented on general-purpose computers, such as data processing system 200 of
Diffusion operator 502 dynamically routes input tuples 510 from input streams 512 to different server hosts 506 for join processing, while fusion operator 504 may aggregate dispersed join results 508 into complete query answers 514. Different from the join operator, diffusion operator 502 performs simple tuple routing computation and requires little buffering of input streams 512. The processing time of diffusion operator 502 is often more than several orders of magnitude smaller than that of join computations. Thus, diffusion operator 502 is not the bottleneck in the scalable distributed stream processing system 500.
One basic requirement for distributed join execution is to preserve the correctness of join results. The tuple routing scheme should not miss any join results or produce duplicated join results. However, a brute-force tuple routing scheme may violate the multi-stream correlation constraints or correlation constraints. In the previous example, in multi-way stream join operator 400 of
Definition 1: Given a n-way join operator Ji=S1[W1] . . . Sn[Wn], any (s1, s2, . . . , sn), siεSi, 1≦k≦n that must be correlated by Ji appear on the same host once and only once.
In a proof showing that distributed multi-way join execution needs to either replicate tuples or route intermediate join results to meet the correlation constraint, let tuples from n input streams represent input streams that need to be correlated. Given an assumption to the contrary that neither tuples are replicated on multiple hosts nor intermediate results are routed across different hosts. Consider every two consecutive tuples si<ti> and sj<tj>, 0≦tj−ti<Wi, if i≠j, then sj<tj> needs to be routed to the same host as si<ti> since sj<tj> needs to correlate si<ti>. If i=j, sj<tj> also needs to be routed to the same host as si<ti> since sj<tj> needs to join with those tuples that are joined with si<ti>. Then, all correlated tuples of n input streams are routed to the same host, which becomes centralized join execution.
Thus, distributed join execution needs to replicate tuples or route intermediate results between different hosts, which is called the diffusion overhead. These overhead tuples and routing operations may consume processor time, memory space, and network bandwidth in the system. As a result, the goal of the diffusion operator is to achieve optimal distributed join execution under the correlation constraint. The correlation constraint is formally defined as follows:
Definition 2 Given a join operator Ji=S1[W1] . . . Sn[Wn] and m hosts {v1, . . . , vm}, each tuple is optimally routed to one or more hosts such that (1) correlation constraint is satisfied, (2) workload of different hosts is optimally balanced, and (3) diffusion overhead is minimized.
A task is a process that a computer system undertakes to achieve a pre-defined goal. A multi-way stream correlation workload is the amount of computer resources, such as processing requirements, memory, and bandwidth needed to perform correlation processing over multiple input streams. A continuous optimization process is to continuously adjust a computer system's operations to achieve optimal performance in dynamic computing environments to solve a continuous optimization problem. Join processing, such as correlation processing, includes a set of operations that a computer system needs to undertake to correlate the tuples of one stream with the tuples of all the other streams.
At a high level, the set of correlation aware tuple routing schemes accomplish distributed multi-way stream join execution in two dimensions: (1) stream partition: split input streams into segments that are routed to different hosts 602; and (2) operator partition: split the multi-way join operator into sub-operators that are computed with correlations processed on different hosts 602.
For example, in
The second tuple routing scheme of
For example, in
The details of the aligned tuple routing scheme, method, and algorithm are further explained below in
Aligned tuple routing is one scheme used to solve the continuous optimization problem. Aligned tuple routing dynamically selects one input stream as the master stream and aligns the tuples of all other input streams with the master stream according to the time-stamps. In contrast, to meet the correlation constraint, the other streams are partitioned into overlapped segments based on the partitions of the master stream, which are called slave streams 704 and 706.
Generally, aligned tuple routing continuously splits all input streams into different segments, each of which contains the tuples arrived within a certain time period. The segments of slave streams 704 and 706 are aligned with the segments of master stream 702 based on the correlation constraint. The tuples belonging to aligned segments are routed to the same host for producing join results.
Constrained tuple routing is another scheme used to solve the continuous optimization problem. Constrained tuple routing model 800 routes the tuples of different input streams separately rather than routing the tuples from different inputs simultaneously like the aligned tuple routing method.
To avoid requiring all join operators to perform routing computations, constrained tuple routing is implemented as a source routing process that computes the whole routing path for si to join with the other n−1 streams. Each tuple carries its routing path to denote the set of hosts it needs to visit for producing join results. To reduce routing computation overhead, constrained tuple routing groups tuples on each input stream into segments and routes each segment as a whole to different hosts. Thus, constrained tuple routing only needs to compute the route for each segment instead of for each tuple. The segment length denotes the trade-off between the load balancing granularity and routing overhead.
Constrained tuple routing also maintains a routing table recording the placement of previously routed segments. Segment information is deleted from the routing table if it does not need to be correlated with any future segments based on the multi-way stream join semantics.
The process begins by receiving tuples for joined streams (step 902). For example, the original data streams of step 902 may be received by input stream buffers. The original streams of step 902 may be streams, such as stream 1402, stream 2404, stream 3406, and stream 4408 of
Next, the process selects one stream to process based on time-stamps (step 904). For example, the stream is the next tuple si according to the time-stamps of currently buffered tuples. Next, the process marks expired tuples in all the other streams according to the time-stamp of the selected stream (step 906). The process next removes expired tuples from all streams that have been processed and marked as expired by all the other streams (step 908). Step 906 and 908 are used to look up the join order for the stream selected in step 904.
Next, the process produces join results based on the join order (step 910). The process then determines whether the stream join is complete (step 912). If the stream join is not complete, the process receives tuples for joined streams (step 902). In step 910, the process may also update a pointer pi to refer to the next stream or tuple in the input stream buffer Qi to be selected in step 904. The process is repeated as shown to continue processing all the streams. If the stream join is complete in the determination of step 912, the process ends.
The process begins by receiving tuples for the joined streams (step 1002). The process then calculates the routing path for each tuple at the diffusion operator (step 1004). Next, the process routes the tuple to one or more hosts (step 1006) based on the routing path calculated by the diffusion operator. Next, the process performs a centralized join concurrently at different hosts (step 1008). The hosts may be server hosts, such as server hosts 506 of
Next, the process aggregates the join results based on the join identification at the fusion operator (step 1010). The fusion operator may be an operator, such as fusion operator 504 of
The process begins by receiving a tuple Si (step 1102). Next, the process determines if the tuple belongs to the master stream SA (step 1104). The determination of step 1104 is based on the stream identification of the tuple and the identification of the master stream. If the tuple belongs to the master stream, the process determines whether to start a new segment (step 1106). The determination of step 1106 is based on the time-stamp of the tuple and the start/end time of the current segment. If a determination is made to start a new segment, the process stores the last selected host vblast (step 1110). Next, the process selects a new host Vb (step 1112). The process then sends Si to the new selected host Vb (step 1114). Thereafter, the process updates the updated segments start time as t=t+T (step 1116). Next, the process determines whether the stream join is complete (step 1109).
Turning back to step 1106, if the process determines not to start a new segment, the process sends Si to the host selected for the current segment (step 1108). Next, the process determines whether the stream join is complete (step 1109). If the process determines that the stream join is complete, the process terminates. If the process determines that the stream join is not complete in step 1109, the process receives a tuple Si (step 1102).
Turning back to step 1104, if the process determines the tuple does not belong to the master stream SA in step 1104, the process determines whether to start a new segment (step 1118). The determination of step 1118 is based on the time-stamp of the tuple and the start/end time of the current segment. If the process determines not to start a new segment, the process first sends Si to the selected host for the current segment Vb (step 1120). Next, the process determines whether Si arrives before t+WA (step 1122). If Si does arrive before t+WA the process sends Si to the host selected for the last segment vblast (step 1124). Next, the process determines whether the stream join is complete (step 1109).
If Si does not arrive before t+WA in step 1122, the process determines whether the stream join is complete (step 1109).
If the process determines to start a new segment in step 1118, the process flushes Si[t+T−Wi, t+T] to Vb (step 1126). Next, the process sends Si to Vb and Vblast (step 1128). Next, the process updates the segment start time as t=t+1 (step 1130). Next, the process determines whether the stream join is complete (step 1109). The process of
The process beings by receiving a tuple Si (step 1202). Next, the process determines whether to start a new segment (step 1204). If the process determines to start a new segment, the process retrieves the probing sequence (step 1206). Next, the process initiates the first routing hop with vo=ø (step 1208). Next, the process sets k=1 (step 1210).
Next, the process determines whether k<n (step 1214). If k>n, the process updates the routing table path (step 1216). Next, the process updates the segment start time as t=t+T (step 1218). Next, the process adds location information of the new segment in the routing table (step 1220). Next, the process determines whether the stream join is complete (step 1221). If the stream join is complete, the process terminates. If the stream join is not complete in step 1221, the process receives a tuple Si (step 1202).
If k<n in step 1214, the process retrieves the locations of segments in Sik[Wik] (step 1222). Next, the process removes those segments covered by the previous hop Vk−1 (step 1224). Next, the process calculates the minimum set cover for Sik[Wik] (step 1226). Next, the process annotates the routing path for duplication avoidance (step 1228). Next, the process appends Vk to the routing path P (step 1230). Next, the process sets k=k+1 (step 1232). The process then returns to determine if k<n (step 1214).
Turning back to step 1204, if the process determines not to start a new segment in step 1204, the process checks the routing table to get the routing path for the current segment of Si (step 1234). Next, the process annotates Si with the routing path (step 1236). Next, the process sends a copy of Si to each host in the first routing hop (step 1238). Next, the process determines whether the stream join is complete (step 1239). If the stream join is complete, the process terminates. If the stream join is not complete in step 1239, the process receives a tuple Si (step 1202). The process of
Otherwise, the system either drops the newly arrived tuple or replaces an old tuple in the buffer with the newly arrived tuple. The tuples in all queues are processed in a temporal order. For example, if si.t<sj.t, then si is processed first. Each queue Qi maintains a pointer pi to refer to the tuple in its buffer currently processed by the join operator. If the tuple currently being processed is si, the join operator compares si with all the other streams Sj[Wj], 1≦j≦n, j≠i to generate all the join results that include si.
The sliding window Sj[Wj] of the j′th stream consists of all the tuples sj arrived at sj between the time si.t−Wk and si.t. Each join predicate evaluation between two tuples is called one join probing.
The join order of siεSi is dynamically decided based on the join selectivity between different streams [11, 1, 10]. The join processing for si starts from itself and selects the stream Sj that has the smallest selectivity with Si as the next hop. Then, the all intermediate results are joined siSj[Wj] with the next selected stream Sk that has the least join selectivity with Sj. For example, in
Aligned tuple routing algorithm 1400 dynamically selects one input stream as the master stream, denoted by SA and aligns the tuples of all other input streams with the master stream according to the time-stamps. The diffusion operator chops or partitions the master stream SA into disjoint segments. Disjoint segments are the segments that do not have any common tuples with each other. All tuples in one segment are routed to the same host while different segments are routed to different hosts based on a certain scheduling policy such as least-loaded-first (LLF). In contrast, to meet the correlation constraint, the other n−1 streams are partitioned into overlapped segments based on the partitions of the master stream, which are called slave streams. Overlapped segments are the segments that have any least one common tuples with each other.
Generally, aligned tuple routing continuously splits all input streams into different segments, each of which contains the tuples arrived within a certain time period. Si[t, t+T] denotes a segment of Si that includes all the tuples arrived at Si within time [t, t+T), where t is called the segment's start time and T is called the segment length. The segments of the slave streams are aligned with the segments of the master stream based on the correlation constraint. The tuples belonging to aligned segments are routed to the same host for producing join results. For example,
When the diffusion operator receives a tuple sA from SA, it first checks whether sA belongs to the current segment SA[t, t+T] according to its time-stamp sA.t. If t≦sA.t<t+T, sA belongs to the current segment and is routed to the host vi that is selected at the segment's start time t. If sA.t≧t+T, aligned tuple routing starts a new segment and selects a new host as the routing destination of the new segment. Aligned tuple routing follows the least-loaded-first (LLF) policy to select the host for each segment.
Because different resources, such as processor, memory, and network bandwidth are considered in the distributed join processing system, a combined metric wi to represents the load condition of a host vi. For each resource type Ri aligned tuple routing algorithm 1400 defines a load indicator
where URi and CRi denote the usage and capacity of the resource Ri on the host vi, respectively. The load value wi is defined as follows,
denotes the importance of different resource types that may be dynamically configured by the system.
Based on the partition of the master stream, aligned tuple routing splits all slave streams into overlapped segments for preserving the correlation constraint. For the slave stream Si, i≠A, if aligned tuple routing routes the segment SA[t, t+T] to the host vk, aligned tuple routing routes the segment Si[t−Wi, t+T+WA] to the same host vk in order to meet the correlation constraint. Similarly, if aligned tuple routing sends the master stream's next segment Si[t+T, t+2T] to the host vj, aligned tuple routing needs to send the slave stream's segment Si[t+T−Wi, t+2T+WA], 1≦i≦n, i≠A to the same host vj. Thus, the tuples arrived at Si between the time period [t+T−Wi, t+T+WA) are sent to both vi and vj. The number of duplicated tuples is ri·(WA+Wi).
Aligned tuple routing algorithm 1400 assumes that the diffusion operator has the buffer capacity to cache the tuples in Si[t−Wi, t], 1≦i≦n, i≠A. If the assumption does not hold, the host selection for each segment SA[t, t+T] is shifted to an earlier time t−Wj, where Wj denotes the largest siding window among all slave streams. For example, in
The correctness of the aligned tuple routing algorithm 1400 is proved by showing that aligned tuple routing produces the same set of join results as the original join operator. C(J) and C′(J) denote the sets of join results produced by the original join operator J=S1[W1 . . . Sn[Wn], and the distributed processing scheme using the aligned tuple routing algorithm, respectively. The correctness of the aligned tuple routing algorithm is proved by showing that C(J)=C′(J).
Theorem A Given a multi-way stream join operator J=S1[W1] . . . Sn[Wn], let C(J) and C′(J) denote the sets of join results produced by the original join operator and by the distributed processing scheme using the aligned tuple routing algorithm, respectively. As a result, C(J)=C′(J).
Proof sketch: C(J)⊂C′(J) is proved by showing that ∀si, 1≦i≦n, if siSi1 [Wi1] . . . Sin−1 [Win−1]εC(J), then siSi1 [Wi1] . . . Sin−1 [Win−1]εC′(J). This is proved by showing that if aligned tuple routing sends si to a server vi, aligned tuple routing sends ∀sikεSik [Wik], 1≦k≦n−1 to vi too.
First consider the case that si belongs to the master stream. Suppose siεSi[t, t+T] is sent to the host vi. The aligned tuple routing algorithm sends Sik [t−Wik, t+T+Wi) to vi, too. On the other hand, the sliding window Sik [Wik] includes all the tuples in Sik [si.t−Wik, si.t]. Because si.tε[t, t+T), Sik [si.t−Wik, si.t] ⊂Sik [t−Wik, t+T+Wi) is also true. Thus, aligned tuple routing sends all the tuples in Sik [Wik], 1≦k≦n−1 to the host vi too.
When considering that si belongs to a slave stream, it is proven that ∀sAεSA[WA] where SA denotes the master stream, aligned tuple routing sends a copy of si on the machine where sA is sent. Suppose sA belongs to the segment SA[t, t+T] and is sent to vi. Aligned tuple routing sends the segment Si(t−Wi, t+T+WA] to vi, too. By proving that siεSi[t−Wi, t+T+WA], because sA belongs to the segment SA[t, t+T], have t≦sA.t<t+T. Thus, the result si.t≧sA.t≧t and si.t<sA.t+WA<t+T+WA. Thus, the result t≦si.t<t+T+WA. Thus si belongs to the segment Si[t−Wi, t+T+WA], which is also sent to vi.
By proving that ∀sjεSj[Wj] where Sj denotes a slave stream, aligned tuple routing sends a copy of si and sj to the same host. Suppose si belongs to the segment Si[t, t+T] that is aligned with the master stream segment SA[t, t+T] routed to vi. Thus, aligned tuple routing sends Sj[t−Wj, t+T+WA] to vi, too. Next, by proving Sj[Wj]=Sj[si.t−Wj, si.t]⊂Sj[t−Wj, t+T+WA] because t≦si.t<t+T, presents t−Wj≦si.t−Wj and si.t<t+T+WA.
Thus, Sj [Wj]⊂Sj[t−Wj, t+T+WA] is sent to vi, too. The conclusion is reached that ∀si, si and Sik [Wik], 1≦k≦n−1 appear on the same host. Thus, C(J)⊂ C′(J).
Next C′(J)⊂C(J) is proved. First, any join result in C′(J) produced by the diffused join operator follows the multi-way stream join semantics, which should appear in C(J), too. Second, since any tuple ∀sAεSA on the master stream does not appear on two different hosts, aligned tuple routing does not produce duplicated join results. Thus, C′(J)⊂C(J). Combining C(J)⊂C′(J) and C′(J)⊂C(J), results in C(J)=C′(J).
The overhead of the aligned tuple routing algorithm may also be analyzed. Compared to the original input streams, aligned tuple routing pushes more tuples into the system due to the partial replication of the slave streams. The overhead of the aligned tuple routing algorithm is defined as the number of extra tuples generated by aligned tuple routing per time unit. The distributed stream processing system needs to spend a portion of network bandwidth, CPU time, and memory space for transmitting, processing, and buffering those overhead data.
Theorem B Given a multi-way stream join operator J=S1[W1] . . . Sn[Wn], let SA denote the current master stream. Let T denote the segment length. Let ri, 1≦i≦n denote the average rate of the stream Si. Let OATR denote the average overhead of the aligned tuple routing algorithm. As a result,
Proof sketch: For each segment SA[t, t+T] over the time period T and each slave stream Si, 1≦i≦n, i≠A, aligned tuple routing introduces ri·(Wi+WA) more tuples than the original slave stream Si. Thus, the total number of extra tuples produced by the aligned tuple routing algorithm for each segment length T is
Thus, the average number of extra tuples generated by the aligned tuple routing algorithm per time unit is
The above analysis reveals an interesting property of the aligned tuple routing algorithm. The overhead of the aligned tuple routing algorithm is independent of the number of hosts used for processing a join operator. This property makes aligned tuple routing particularly suitable for large-scale stream processing cluster where available resources may be gleaned from a large number of hosts without excessive load diffusion overhead.
Various adaptation schemes may be used to optimize the performance of aligned tuple routing algorithms in dynamic stream environments. According to theorem B, it is observed that the overhead of the aligned tuple routing algorithm is inverse proportional to the segment length. A larger segment length introduces less load diffusion overhead since the cost of overlapped segmentation is amortized over a longer time period. However, a large segment length limits the load balancing granularity since a large number of tuples in a big segment are enforced to go to the same host.
As a result, aligned tuple routing adaptively adjusts or triggers segment adaptation of the segment length T to maintain optimal performance in dynamic stream environments. Aligned tuple routing employs a sampling-based profiling process to find the optimal segment length when system conditions change. Let T denote the current segment length and ΔT denote the adaptation step value. The adaptation process tests both T+ΔT and T−ΔT. If the performance of T+ΔT is better, the optimal segment length should be larger than the current segment length. The system gradually increases the segment length until the measured system performance reaches its peak value. Otherwise, if T−ΔT produces better performance, the system gradually decreases the segment length to search for the optimal value. Aligned tuple routing always changes the segment length at the end of one segment to assure that the adaptation does not violate the correlation constraint.
The overhead of aligned tuple routing is only related to the rates of the slave streams but independent of the rate of the master stream. In dynamic stream environments, the rate of each input stream may dynamically change over time. As a result, aligned tuple routing dynamically select the master stream that has minimum load diffusion overhead according to theorem B. The master stream should always be the stream with the highest rate. When the rate of the master stream becomes slower than one of the slave streams, aligned tuple routing employs a transition phase to change the master stream. Similar to the segment adaptation, the stream role switch is always triggered at the end of one segment to meet the correlation constraint.
Constrained tuple routing 1500 makes the routing decisions in section 1502 for any tuple siεSi, 1≦i≦n with the probing sequence siSi
To reduce routing computation overhead, constrained tuple routing groups tuples on each input stream into segments and routes each segment as a whole to different hosts. Thus, constrained tuple routing only needs to compute the route for each segment instead of for each tuple. The segment length denotes the trade-off between the load balancing granularity and routing overhead. Constrained tuple routing also maintains a routing table recording the placement of previously routed segments. A segment's information is deleted from the routing table if it does not need to be correlated with any future segments based on the multi-way stream join semantics.
In section 1504, constrained tuple routing makes routing decision for a segment ηi=Si[t, t+T] that needs to join with the tuples in the sliding window Si1[Wi1]. Constrained tuple routing first gets the locations of all the tuples in Si1[Wi1]=Si1[t−Wi1, t+T]. For minimum overhead, constrained tuple routing selects a minimum set of hosts V1⊂{v1, . . . , vm} that may cover all the correlated tuples. The above problem is formulated as a weighted minimum set cover problem that will be described in detail. During constrained tuple routing, the join order is used to divide the multi-way correlation processing into multiple smaller operators. Specifically, an n-way join operator siSi
Constrained tuple routing also updates the routing table to record that the segment ηi=Si[t, t+T] is located on a set of hosts in V1. For example, in
As a result, constrained tuple routing sets the first hop on the routing path of S1[9,10] to be V1={v2, v4}. Constrained tuple routing also adds an entry in the routing table specifying that the segment S1[9,10] is placed on the hosts V1={v2, v4}.
Next, constrained tuple routing needs to route the intermediate results siSi1[Wi1] to the hosts that cover all the tuples in Si2[Wi2]. Similar to the first step, constrained tuple routing first acquires the locations of all the correlated tuples in Si2[Wi2]. However, to minimize the overhead of transmitting intermediate results across different hosts, the routing decision for siSi1 [Wi1] should take the current locations of siSi1 [Wi1] into consideration. Given the first routing hop V1={v1, . . . , vk}, constrained tuple routing first eliminates those tuples in Si2 [Wi2] that are already covered by the hosts in V1. The rationale is that any intermediate results siSi1 [Wi1] currently located on the hosts in V1 should join with locally available tuples in Si2 [Wi2]. Then, constrained tuple routing calculates a minimum host set V2 to cover those remaining tuples in Si2 [Wi2]. However, different from original tuples, intermediate results are not buffered in the memory queues for other tuples to join with. Thus, constrained tuple routing does not need to record the placement of intermediate results in the routing table.
For example, in
The above computation is repeated until constrained tuple routing calculates the host sets V1, . . . , Vn−1 for all n−1 probing steps in siSi1 . . . Sin−. Then, constrained tuple routing updates the routing table by inserting an entry for the segment ηi whose locations are the host set specified by V1. In section 1504 the constrained tuple routing algorithm 1500 annotates each tuple siεSi[t, t+T] with the routing path V1→V2 . . . →Vn−1.
Another algorithm may be used for optimal host set selection such as the process of
Each segment ηz, 1≦z≦e is distributed on a set of hosts Uz⊂{v1, . . . , vm}. Constrained tuple routing then transforms the segment placement information into host coverage information. For example, given that ηz is distributed on the host set Uz, each host in Uz covers the segment ηz. Let us denote
For each host viε∪, it covers a set of segments that forms a subset of E, denoted by Ai⊂E. Because the goal is to achieve balanced load distribution, Xk−1 is distributed to a minimum number of least-loaded hosts that may cover all the correlated tuples in Sik [Wik]. Thus, a weight value wi is associated with each subset Ai. The weight value wi is the load value wi of the host vi, which is defined by the equation for the load value. As a result, the optimal host selection problem is formulated into a weighted minimum set cover problem:
Definition Given a ground set E={η1, . . . , ηe}, subsets A1, . . . , AK⊂E, and cost wi for each subset Ai, the goal is to find a minimum set cover I⊂{1, . . . , K} such that ∪jε1 Aj=E and
is minimum.
The host set Vk is derived according to I. For example, if the set cover I={1, 2}, then Vk={v1, v2}. The minimum set cover problem is a well-known NP-hard problem. As a result, constrained tuple routing uses a greedy heuristic algorithm to find the minimum set cover. The basic idea is to select a subset Aj that has minimum value of argminj,
where |Aj| denotes the cardinality of the set Aj. Aj is added into the set cover I and updates each remaining subsets by removing those elements included in Aj. The process of adding Aj into the set is repeated until the selected set cover I includes all the segments in E={η1, . . . , ηe}.
However, the above scheme may perform redundant join computations. Suppose the current selected host set is Vk. For any segment ηzεSik [Wik], it is placed on a set of hosts Uz={vz1, . . . , vzl}. If the sets Vk and Uz contain more than one common hosts (i.e., |Vk∩Uz|>1), the join probes between Xk−1 and ηz are redundantly computed at different hosts contained in |Vk∩Uz|. Such redundant computations may potentially lead to redundant join results. To address the problem, the routing paths carried by different copies of Xk−1 are annotated to assure that each join probe is executed by only one host. To correlate with all the tuples in Sik [Wik], a copy of Xk−1 is sent to all the hosts in Vk. For ∀ηzε{η1, . . . , ηe} located on the hosts in Vz, if |Vk∩Uz|>1, the least-loaded host vj from Vk∩Uz is selected to execute the join probing between Xi and ηz. For any other hosts vjεVk∩Uz, the routing path is annotated with a flag (vj/ηz), which means any intermediate result tuple of siSi1 [Wi1] . . . Sik−1 [Wik−1] does not join with ηz on the host vj.
The correctness of the constrained tuple routing algorithm is shown by proving that constrained tuple routing produces the same set of join results as the original join operator. C(J) and C′(J) denote the sets of join results produced by the original join operator J=S1[W1] . . . Sn[Wn], and the distributed processing scheme using the constrained tuple routing algorithm, respectively. The correctness of the constrained tuple routing algorithm is proved by showing that C(J)=C′(J).
Theorem C Given a multi-way stream join operator J=S1[W1] . . . Sn[Wn], let C(J) and C′(J) denote the sets of join results produced by the original join operator and by the distributed processing scheme using the constrained tuple routing algorithm, respectively. As a result, C(J)=C′(J).
Proof sketch: C(J)⊂C′(J) is first proved by showing that if ∀si, 1≦i≦n, siSi1 [Wi1] . . . Sin−1 [Win−1]εC(J), then siSi1 [Wi1] . . . Sin−1 [Win−1]εC′(J). This is proved by proving a stronger statement: ∀k, 1≦k≦n−1, Xk=si . . . Sik [Wik] are produced by constrained tuple routing. Using mathematical induction to: (1) prove the statement is true when k=1. Since constrained tuple routing sends si to a set of hosts V1 that covers all the tuples in Si1 [Wi1], siSi1 [Wi1] are produced by constrained tuple routing; (2) assuming that the statement is true for some k, 1≦k≦n−2, prove that the statement is true for k+1. According to the assumption, Xk=si . . . Sik [Wik] are produced by constrained tuple routing. Since all the tuples in Sik+1[Wik+1] are either co-located with Xk or covered by the hosts in the k+1′th routing hop Vk+1, all the result tuples in Xk+1=XkSik+1[Wik+1] are produced by constrained tuple routing. As a result, C(J)⊂C′ (J).
Next, it is proved that C′ (J)⊂C(J). First, any join result in C′(J) produced by the diffused join operator follows the multi-way stream join semantics, which should appear in C(J), too. Second, it is proved that constrained tuple routing does not generate any duplicate results. Since constrained tuple routing performs duplication avoidance, any result tuples Xk=si . . . Sik [Wik], 1≦k≦n−1 are only produced once by a single host. Thus, C′(J)⊂C(J). Combining C(J)⊂C′(J) and C′(J)⊂C(J), results in C(J)=C′(J).
The overhead of the constrained tuple routing algorithm 1500 is defined as the number of extra data tuples generated by constrained tuple routing per time unit. Different from aligned tuple routing that performs one-hop routing, constrained tuple routing performs multi-hop routing that needs to not only replicate the tuples of original input streams on multiple hosts but also transfer intermediate results across different hosts.
Thus, the overhead of constrained tuple routing consists of two parts: (1) replication of the original input streams by sending a segment si[t, t+T] to the multiple hosts specified by the first routing hop V1; (2) transmission of the intermediate results Xk=siSi1 [Wi1] . . . Sik [Wik] to the multiple hosts specified by Vk. For the first part of the overhead, the system needs to spend extra processing, memory, and network bandwidth, for those overhead data. However, since intermediate results are not stored in memory buffers, the overhead of intermediate results only cause CPU and bandwidth cost.
Theorem D Given a multi-way stream join operator J=S1[W1] . . . Sn[Wn], let ri, 1≦i≦n denote the average rate of the stream Si. Let T denote the segment length. The probing sequence of Si is denoted by Si1, . . . , Sin−1. Let σi,j define the join selectivity between Si and Sj. The average number of replicas for the tuples in Si, 1≦i≦n is denoted by Mi. The average number of replicas for the intermediate results siSi1 [Wi1] . . . Sik [Wik] is denoted by Mik. Let OCTR denote the average replication overhead of the original data stream. Let O*CTR denote the average overhead of the intermediate results. As a result,
Proof sketch: For each segment Si[t, t+T], 1≦i≦n, constrained tuple routing sends (Mi−1)·ri·T extra tuples compared to the original input stream over a time period of T. Thus, the average number of extra tuples generated by the constrained tuple routing algorithm per time unit is
. For each segment Si[t, t+T], 1≦i≦n, it needs to join with Si
For all n input streams, the total number of the intermediate results generated by the constrained tuple routing algorithm per time unit is
Similar to the aligned tuple routing scheme, the overhead of constrained tuple routing is also independent of the total number of hosts {v1, . . . , vm} used for executing the multi-way stream join operator. Thus, constrained tuple routing allows a join operator to utilize all available hosts in the distributed stream processing system without excessive overhead. The overhead of constrained tuple routing depends on two new parameters Mi and Mik that define the average number of host set for routing original tuples and intermediate result tuples. Since our optimal host set selection algorithm always selects the minimum set of hosts for meeting the correlation constraint. The value of Mi or Mi
Therefore, constrained tuple routing may have less overhead than aligned tuple routing when the join operator employs large sliding-windows. Although constrained tuple routing has an extra intermediate result overhead compared to aligned tuple routing, the intermediate result overhead O*CTR is not significant since the join selectivity is often very small in real applications. The other difference between aligned tuple routing and constrained tuple routing is that aligned tuple routing treats the n input streams differentially while constrained tuple routing treats all the input streams equally. Thus, aligned tuple routing is more suitable for the case of joining among one fast stream and a set of slow streams with small sliding windows while constrained tuple routing works best when all input streams have similar rates and the join operator employs large sliding-windows.
Furthermore, constrained tuple routing needs to maintain a routing table keeping track of the locations of recently routed segments. Although the segment length does affect the replication overhead of constrained tuple routing, the segment length decides the size of the routing table and routing computation overhead.
Thus, the illustrative embodiments provide a method for automatic planning in a stream processing environment. The described search method achieves significantly improved scalability compared to other planning methods, when applied to stream processing planning problems. Scalability is improved by enabling accurate processing of complex multi-way stream joins. Processing is sped up by using concurrent processing. Additionally, the illustrative embodiments accommodate data stream fluctuations.
The invention can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements. In a preferred embodiment, the invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
Furthermore, the invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer readable medium can be any tangible apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium.
Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk-read only memory (CD-ROM), compact disk-read/write (CD-R/W) and DVD.
A data processing system suitable for storing and/or executing program code will include at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.
Input/output or I/O devices (including but not limited to keyboards, displays, pointing devices, etc.) can be coupled to the system either directly or through intervening I/O controllers.
Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.
The description of illustrative embodiments have been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiment was chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
This invention was made with Government support under Contract No. TIA H98230-05-3-0001 awarded by U.S. Department of Defense. The Government has certain rights to this invention.