Skip to content

Commit 387b6c0

Browse files
committed
CFP 2.2.8 release notes
1 parent efbc861 commit 387b6c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ ms.author: maquaran
3838

3939
### v2 builds
4040

41+
### <a name="2.2.8"/>2.2.8
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:
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. This can be used with HealthMonitoringRecord and indicates to health issues related to reading change feed.
49+
4150
### <a name="2.2.7"/>2.2.7
4251
* Improved load balancing strategy for scenario when getting all leases takes longer than lease expiration interval, e.g. due to network issues:
4352
* In this scenario load balancing algorithm used to falsely consider leases as expired, causing stealing leases from active owners. This could trigger unnecessary re-balancing a lot of leases.
@@ -165,6 +174,7 @@ Any request to Cosmos DB using a retired SDK will be rejected by the service.
165174

166175
| Version | Release Date | Retirement Date |
167176
| --- | --- | --- |
177+
| [2.2.8](#2.2.8) |October 28, 2019 |--- |
168178
| [2.2.7](#2.2.7) |May 14, 2019 |--- |
169179
| [2.2.6](#2.2.6) |January 29, 2019 |--- |
170180
| [2.2.5](#2.2.5) |December 13, 2018 |--- |

0 commit comments

Comments
 (0)