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
+2-2Lines changed: 2 additions & 2 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 value configured with ChangeFeedProcessorOptions.ChangeFeedTimeout the following happens:
43
+
* Added support for detecting reading change feed taking long time. When it takes longer than the value specified by ChangeFeedProcessorOptions.ChangeFeedTimeout the following happens:
44
44
* Reading change feed on problem partition is aborted.
45
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
46
* An issue is reported to health monitor. Default trace monitor sends all reported issues to trace log.
47
47
* Added new public property: ChangeFeedProcessorOptions.ChangeFeedTimeout. Default value is 10 mins.
48
-
* Added new public enum value: Monitoring.MonitoredOperation.ReadChangeFeed. This can be used with HealthMonitoringRecord and indicates to health issues related to reading change feed.
48
+
* Added new public enum value: Monitoring.MonitoredOperation.ReadChangeFeed. When HealthMonitoringRecord.Operation value is Monitoring.MonitoredOperation.ReadChangeFeed, that and indicates to health issues 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