Skip to content

Commit a93039f

Browse files
committed
PR comments/wording
1 parent 97cd603 commit a93039f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cosmos-db/sql-api-sdk-dotnet-changefeed.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ ms.author: maquaran
4040

4141
### <a name="2.2.8"/>2.2.8
4242
* 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.ChangeFeedTimeout the 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.
4949

5050
### <a name="2.2.7"/>2.2.7
5151
* 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

Comments
 (0)