Update Service_Fabric_ReleaseNotes_90CU10.md
version and link changes
This commit is contained in:
Родитель
dac28513cd
Коммит
6926194c10
|
@ -13,16 +13,16 @@ The following packages and versions are part of this release:
|
|||
|
||||
| Service | Platform | Version |
|
||||
|---------|----------|---------|
|
||||
|Service Fabric Runtime| Ubuntu 18 <br> Ubuntu 20 <br> Windows | 9.0.1317.1 <br> 9.0.1317.1 <br> 9.0.1380.9590 |
|
||||
|Service Fabric for Windows Server|Service Fabric Standalone Installer Package | 9.0.1380.9590 |
|
||||
|.NET SDK |Windows .NET SDK <br> Microsoft.ServiceFabric <br> Reliable Services and Reliable Actors <br> ASP.NET Core Service Fabric integration| 6.0.1309 <br> 9.0.1380 <br> 6.0.1380 <br> 6.0.1380 |
|
||||
|Service Fabric Runtime| Ubuntu 18 <br> Ubuntu 20 <br> Windows | 9.0.1489.1 <br> 9.0.1489.1 <br> 9.0.1553.9590 |
|
||||
|Service Fabric for Windows Server|Service Fabric Standalone Installer Package | 9.0.1553.9590 |
|
||||
|.NET SDK |Windows .NET SDK <br> Microsoft.ServiceFabric <br> Reliable Services and Reliable Actors <br> ASP.NET Core Service Fabric integration| 6.0.1553 <br> 9.0.1553 <br> 6.0.1553 <br> 6.0.1553 |
|
||||
|Java SDK |Java for Linux SDK | 1.0.6 |
|
||||
|Service Fabric PowerShell and CLI | AzureRM PowerShell Module <br> SFCTL | 0.3.15 <br> 11.0.1 |
|
||||
|
||||
## Service Fabric Feature and Bug Fixes
|
||||
| Versions | IssueType | Description | Resolution |
|
||||
|-|-|-|-|
|
||||
| **Windows - 9.0.1380.9590<br>Ubuntu 18 - 9.0.1317.1<br>Ubuntu 20 - 9.0.1317.1** | **Feature** | Key Value Store (KVS) | **Brief Description**: The KVS databases now have an automatic compaction feature based on the percentage of free page size. This feature utilizes the "FreePageSizeThresholdInPercent" setting, which has a default value of 30%. The system still supports legacy settings such as "CompactionThresholdInMB", "FreePageSizeThresholdInMB", and "CompactionProbabilityInPercent", if they are still in use.<br>**Solution**: Customers should start using the new "FreePageSizeThresholdInPercent" property for customizing when offline auto-compaction occurs as the legacy settings will be removed in the next major Service Fabric runtime update. <br>**Workaround**: Auto-compaction based on "FreePageSizeThresholdInPercent" can be disabled by setting the value to 100
|
||||
| **Windows - 9.0.1553.9590<br>Ubuntu 18 - 9.0.1489.1<br>Ubuntu 20 - 9.0.1489.1** | **Feature** | Key Value Store (KVS) | **Brief Description**: The KVS databases now have an automatic compaction feature based on the percentage of free page size. This feature utilizes the "FreePageSizeThresholdInPercent" setting, which has a default value of 30%. The system still supports legacy settings such as "CompactionThresholdInMB", "FreePageSizeThresholdInMB", and "CompactionProbabilityInPercent", if they are still in use.<br>**Solution**: Customers should start using the new "FreePageSizeThresholdInPercent" property for customizing when offline auto-compaction occurs as the legacy settings will be removed in the next major Service Fabric runtime update. <br>**Workaround**: Auto-compaction based on "FreePageSizeThresholdInPercent" can be disabled by setting the value to 100
|
||||
| **Windows - 9.0.1380.9590<br>Ubuntu 18 - 9.0.1317.1<br>Ubuntu 20 - 9.0.1317.1** | **Feature** | Key Value Store (KVS) | **Brief Description**: To ensure that the free page size is accurately calculated and used for auto-compaction purposes, all KVS databases will undergo regular defragmentation. <br>**Solution**: Customers can adjust the frequency of defragmentation using "MaxDefragFrequencyInMinutes".
|
||||
| **Windows - 9.0.1380.9590<br>Ubuntu 18 - 9.0.1317.1<br>Ubuntu 20 - 9.0.1317.1** | **Feature** | Key Value Store (KVS) | **Brief Description**: The "IntrinsicValueThresholdInBytes" setting controls the size of long values stored in a record. If a value exceeds this size, it is stored as an Long Value ID (LVID) within the record. Presently, the default value is 0 which sets the size to 1024 bytes. However, in the future, the value will be changed to 5120 bytes to enable storage of long values up to approximately 5KB within a record. This change is expected to minimize LVID creation and mitigate the risk of LVID exhaustion. <br>**Solution**: The default value of the IntrinsicValueThresholdInBytes is set to 5120 bytes.
|
||||
| **Windows - 9.0.1380.9590<br>Ubuntu 18 - 9.0.1317.1<br>Ubuntu 20 - 9.0.1317.1** | **Feature** | Key Value Store (KVS) | **Brief Description**: Legacy Compaction Settings (CompactionThresholdInMB, FreePageSizeThresholdInMB, and CompactionProbabilityInPercent) will be removed in the next major Service Fabric runtime version and functionality will be replaced with "FreePageSizeThresholdInPercent". These settings are deprecated and documented in the public API documentation to use the new "FreePageSizeThresholdInPercent" setting. <br>**Solution**: Customers should start using the new "FreePageSizeThresholdInPercent" property for customizing when offline auto-compaction occurs. <br>**Documentation Reference**:<ul><li>[CompactionProbabilityInPercent Property](https://learn.microsoft.com/en-us/dotnet/api/system.fabric.localesestoresettings.compactionprobabilityinpercent?view=azure-dotnet)</li><li>[FreePageSizeThresholdInMB Property](https://learn.microsoft.com/en-us/dotnet/api/system.fabric.localesestoresettings.freepagesizethresholdinmb?view=azure-dotnet)</li><li>[CompactionThresholdInMB Property](https://learn.microsoft.com/en-us/dotnet/api/system.fabric.localesestoresettings.compactionthresholdinmb?view=azure-dotnet)</li></ul>
|
||||
|
@ -46,16 +46,16 @@ Follow this guidance for setting up your developer environment:
|
|||
|
||||
| Area | Package | Version | Repository | Direct Download Link |
|
||||
|-|-|-|-|-|
|
||||
|Service Fabric Runtime |Ubuntu Developer Set-up | 9.0.1317.1 |N/A | Cluster Runtime: https://apt-mo.trafficmanager.net/repos/servicefabric/pool/main/s/servicefabric <br> Service Fabric SDK for local cluster setup: https://apt-mo.trafficmanager.net/repos/servicefabric/pool/main/s/servicefabricsdkcommon/ <br> Container image: https://hub.docker.com/r/microsoft/service-fabric-onebox/
|
||||
|| Windows Developer Set-up| 9.0.1380.9590 | N/A | https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.9.0.1380.9590.exe |
|
||||
|Service Fabric for Windows Server |Service Fabric Standalone Installer Package | 9.0.1380.9590 |N/A | https://download.microsoft.com/download/8/3/6/836E3E99-A300-4714-8278-96BC3E8B5528/9.0.1380.9590/Microsoft.Azure.ServiceFabric.WindowsServer.9.0.1380.9590.zip |
|
||||
||Service Fabric Standalone Runtime | 9.0.1380.9590 |N/A | https://download.microsoft.com/download/B/0/B/B0BCCAC5-65AA-4BE3-AB13-D5FF5890F4B5/9.0.1380.9590/MicrosoftAzureServiceFabric.9.0.1380.9590.cab |
|
||||
|.NET SDK |Windows .NET SDK | 6.0.1380 |N/A | https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabricSDK.6.0.1380.msi |
|
||||
||Microsoft.ServiceFabric | 9.0.1380 |N/A |https://www.nuget.org |
|
||||
||Reliable Services and Reliable Actors<br>\-Microsoft.ServiceFabric.Services<br>\-Microsoft.ServiceFabric.Services.Remoting<br>\-Microsoft.ServiceFabric.Services.Wcf <br>\-Microsoft.ServiceFabric.Actors <br>\-Microsoft.ServiceFabric.Actors.Wcf | 6.0.1380 |https://github.com/Azure/service-fabric-services-and-actors-dotnet |https://www.nuget.org |
|
||||
||ASP.NET Core Service Fabric integration<br>\-Microsoft.ServiceFabric.Services.AspNetCore.*| 6.0.1380 |https://github.com/Azure/service-fabric-aspnetcore |https://www.nuget.org |
|
||||
||Data, Diagnostics and Fabric transport<br>\-Microsoft.ServiceFabric.Data <br>\-Microsoft.ServiceFabric.Data.Interfaces <br>\-Microsoft.ServiceFabric.Diagnostics.Internal <br>\-Microsoft.ServiceFabric.FabricTransport/Internal | 6.0.1380 |N/A| https://www.nuget.org |
|
||||
||Microsoft.ServiceFabric.Data.Extensions | 9.0.1309 | N/A |https://www.nuget.org |
|
||||
|Service Fabric Runtime |Ubuntu Developer Set-up | 9.0.1489.1 |N/A | Cluster Runtime: https://apt-mo.trafficmanager.net/repos/servicefabric/pool/main/s/servicefabric <br> Service Fabric SDK for local cluster setup: https://apt-mo.trafficmanager.net/repos/servicefabric/pool/main/s/servicefabricsdkcommon/ <br> Container image: https://hub.docker.com/r/microsoft/service-fabric-onebox/
|
||||
|| Windows Developer Set-up| 9.0.1553.9590 | N/A | https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.9.0.1553.9590.exe |
|
||||
|Service Fabric for Windows Server |Service Fabric Standalone Installer Package | 9.0.1553.9590 |N/A | https://download.microsoft.com/download/8/3/6/836E3E99-A300-4714-8278-96BC3E8B5528/9.0.1553.9590/Microsoft.Azure.ServiceFabric.WindowsServer.9.0.1553.9590.zip |
|
||||
||Service Fabric Standalone Runtime | 9.0.1553.9590 |N/A | https://download.microsoft.com/download/B/0/B/B0BCCAC5-65AA-4BE3-AB13-D5FF5890F4B5/9.0.1553.9590/MicrosoftAzureServiceFabric.9.0.1553.9590.cab |
|
||||
|.NET SDK |Windows .NET SDK | 6.0.1553 |N/A | https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabricSDK.6.0.1553.msi |
|
||||
||Microsoft.ServiceFabric | 9.0.1553 |N/A |https://www.nuget.org |
|
||||
||Reliable Services and Reliable Actors<br>\-Microsoft.ServiceFabric.Services<br>\-Microsoft.ServiceFabric.Services.Remoting<br>\-Microsoft.ServiceFabric.Services.Wcf <br>\-Microsoft.ServiceFabric.Actors <br>\-Microsoft.ServiceFabric.Actors.Wcf | 6.0.1553 |https://github.com/Azure/service-fabric-services-and-actors-dotnet |https://www.nuget.org |
|
||||
||ASP.NET Core Service Fabric integration<br>\-Microsoft.ServiceFabric.Services.AspNetCore.*| 6.0.1553 |https://github.com/Azure/service-fabric-aspnetcore |https://www.nuget.org |
|
||||
||Data, Diagnostics and Fabric transport<br>\-Microsoft.ServiceFabric.Data <br>\-Microsoft.ServiceFabric.Data.Interfaces <br>\-Microsoft.ServiceFabric.Diagnostics.Internal <br>\-Microsoft.ServiceFabric.FabricTransport/Internal | 6.0.1553 |N/A| https://www.nuget.org |
|
||||
||Microsoft.ServiceFabric.Data.Extensions | 9.0.1553 | N/A |https://www.nuget.org |
|
||||
|Java SDK |Java SDK | 1.0.6 |N/A |https://mvnrepository.com/artifact/com.microsoft.servicefabric/sf-actors/1.0.6 |
|
||||
|Eclipse |Service Fabric plug-in for Eclipse | 2.0.7 | N/A |N/A |
|
||||
|Yeoman |Azure Service Fabric Java generator | 1.0.7 |https://github.com/Azure/generator-azuresfjava |N/A |
|
||||
|
|
Загрузка…
Ссылка в новой задаче