Skip to content

Commit f18c4c5

Browse files
authored
Merge pull request #208945 from xujxu/update-no-code-editor-for-new-release
Update no code editor for new release
2 parents 5d10432 + 63fa397 commit f18c4c5

15 files changed

+71
-39
lines changed

articles/stream-analytics/event-ordering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sidram
66

77
ms.service: stream-analytics
88
ms.topic: how-to
9-
ms.date: 08/06/2020
9+
ms.date: 08/26/2022
1010
---
1111
# Configuring event ordering policies for Azure Stream Analytics
1212

@@ -32,15 +32,15 @@ If events arrive late or out-of-order based on the policies you've configured, y
3232

3333
Let us see an example of these policies in action.
3434
<br> **Late arrival policy:** 15 seconds
35-
<br> **Out-of-order policy:** 8 seconds
35+
<br> **Out-of-order policy:** 5 seconds
3636

3737
| Event No. | Event Time | Arrival Time | System.Timestamp | Explanation |
3838
| --- | --- | --- | --- | --- |
3939
| **1** | 00:10:00 | 00:10:40 | 00:10:25 | Event arrived late and outside tolerance level. So event time gets adjusted to maximum late arrival tolerance. |
4040
| **2** | 00:10:30 | 00:10:41 | 00:10:30 | Event arrived late but within tolerance level. So event time doesn't get adjusted. |
4141
| **3** | 00:10:42 | 00:10:42 | 00:10:42 | Event arrived on time. No adjustment needed. |
42-
| **4** | 00:10:38 | 00:10:43 | 00:10:38 | Event arrived out-of-order but within the tolerance of 8 seconds. So, event time doesn't get adjusted. For analytics purposes, this event will be considered as preceding event number 4. |
43-
| **5** | 00:10:35 | 00:10:45 | 00:10:37 | Event arrived out-of-order and outside tolerance of 8 seconds. So, event time is adjusted to maximum of out-of-order tolerance. |
42+
| **4** | 00:10:38 | 00:10:43 | 00:10:38 | Event arrived out-of-order but within the tolerance of 5 seconds. So, event time doesn't get adjusted. For analytics purposes, this event will be considered as preceding event number 4 (with considering the total 5 events. The actual order is: 1, 2, 5, 4, 3). |
43+
| **5** | 00:10:35 | 00:10:45 | 00:10:37 | Event arrived out-of-order and outside tolerance of 5 seconds. So, event time is adjusted to maximum of out-of-order tolerance. |
4444

4545
## Can these settings delay output of my job?
4646

5.3 KB
Loading
-694 Bytes
Loading
-8.47 KB
Loading
46.1 KB
Loading
-363 Bytes
Loading
-18.9 KB
Loading
12 KB
Loading
19.7 KB
Loading
-5.75 KB
Loading

0 commit comments

Comments
 (0)