You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-api-sdk-dotnet-changefeed.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ ms.author: maquaran
40
40
41
41
### <aname="2.2.8"/>2.2.8
42
42
* Stability and diagnosability improvements:
43
-
* Added support for detecting reading change feed taking long time. When it takes longer than the value specified by ChangeFeedProcessorOptions.ChangeFeedTimeoutthe following happens:
44
-
*Reading change feed on problem partition is aborted.
45
-
* The Change Feed Processor instance drops ownership of the problem lease. The lease will be picked up during next lease acquire by same or different Change Feed Processor instance and reading change feed will start over.
46
-
* An issue is reported to health monitor. Default trace monitor sends all reported issues to trace log.
47
-
* Added new public property: ChangeFeedProcessorOptions.ChangeFeedTimeout. Default value is 10 mins.
48
-
* Added new public enum value: Monitoring.MonitoredOperation.ReadChangeFeed. When the value of HealthMonitoringRecord.Operation is Monitoring.MonitoredOperation.ReadChangeFeed, that and indicates to health issues related to reading change feed.
43
+
* Added support to detect reading change feed taking long time. When it takes longer than the value specified by the `ChangeFeedProcessorOptions.ChangeFeedTimeout` property, the following steps are taken:
44
+
*The operation to read change feed on the problematic partition is aborted.
45
+
* The change feed processor instance drops ownership of the problematic lease. The dropped lease will be picked up during the next lease acquire step that will be done by the same or different change feed processor instance. This way, reading change feed will start over.
46
+
* An issue is reported to the health monitor. The default heath monitor sends all reported issues to trace log.
47
+
* Added a new public property: `ChangeFeedProcessorOptions.ChangeFeedTimeout`. The default value of this property is 10 mins.
48
+
* Added new public enum value: `Monitoring.MonitoredOperation.ReadChangeFeed`. When the value of `HealthMonitoringRecord.Operation` is set to `Monitoring.MonitoredOperation.ReadChangeFeed`, it indicates the health issue is related to reading change feed.
49
49
50
50
### <aname="2.2.7"/>2.2.7
51
51
* Improved load balancing strategy for scenario when getting all leases takes longer than lease expiration interval, e.g. due to network issues:
0 commit comments