No announcements
Found 1204 threads
-
0 Votes
Actor Garbage Collection issue - Memory not reclaimed
hi, I created reliable actor service(volatile not persisted) with the following configuration, 20 secs of idle timeout and 5 secs of GC scan ...Unanswered | 5 Replies | 2019 Views | Created by Ramu Sangabathula - Friday, November 22, 2019 1:26 PM | Last reply by Micah McKittrick - Monday, December 2, 2019 8:57 PM -
2 Votes
Stateful Reliable Services memory leak in non-paged pool.
I am running a Service Fabric application on a cluster in Azure. The cluster has two scale sets: 4x B2ms nodes where a stateful service type is placed with Placement ...Unanswered | 5 Replies | 2352 Views | Created by Triplebg - Tuesday, July 23, 2019 2:53 PM | Last reply by Micah McKittrick - Monday, December 2, 2019 8:51 PM -
0 Votes
How service Fabirc local cluster starts containers.
add -> container orchestrator) support, deployed the container to local service fabric cluster. After a minute or so deployed container application resulted in error with the following ...Unanswered | 5 Replies | 1707 Views | Created by Ramu Sangabathula - Wednesday, November 20, 2019 9:46 AM | Last reply by Micah McKittrick - Tuesday, November 26, 2019 6:47 PM -
0 Votes
Can we store millions of records in service fabric reliable dictionary?
Hi Everyone, I have data base table (Sql Server) which is around 1.5 millions of rows.I want to migrate that database table to reliable dictionary, We did similar for other tables ...Answered | 7 Replies | 1883 Views | Created by SrinivasReddy Velpula - Tuesday, November 19, 2019 4:27 PM | Last reply by SrinivasReddy Velpula - Tuesday, November 26, 2019 1:53 PM -
0 Votes
Diagnostic store in Network shared folder > >Which permissions and user are recommanded ?
Hi SF User, I started tutorial on how set up SF on-premise. My question is about the diagnostic store as described below in configuration file: ...Answered | 2 Replies | 1989 Views | Created by terry Caps - Friday, November 22, 2019 1:14 PM | Last reply by terry Caps - Tuesday, November 26, 2019 10:00 AM -
1 Votes
Wrong value for key vault during deployment
Hi, I'm actually encountering an issue when trying to deploy a Service Fabric cluster using Visual Studio wizard. I've clearly identified the problem but I can't find anyone who met ...Proposed | 10 Replies | 2562 Views | Created by manu_amiel - Monday, September 16, 2019 8:01 AM | Last reply by ravpal - Wednesday, November 20, 2019 12:48 AM -
8 Votes
Stateless Web API service
Hi, I followed this tutorial and created the application and ...Answered | 10 Replies | 6004 Views | Created by Stratford - Monday, November 7, 2016 10:00 AM | Last reply by Nijas Rawther - Tuesday, November 12, 2019 10:38 PM -
1 Votes
What solution can be used for Service Mesh on Windows cluster?
Question in title. Requirement: L7 observability features.Proposed | 8 Replies | 2030 Views | Created by DenSF - Tuesday, October 29, 2019 8:45 AM | Last reply by Micah McKittrick - Thursday, November 7, 2019 5:21 PM -
0 Votes
Update-ServiceFabricService
I'm trying to increase stateless service instance without re-deployment by using Connect-ServiceFabricCluster -ConnectionEndpoint ...Proposed | 2 Replies | 1773 Views | Created by dob_xml - Thursday, October 31, 2019 2:27 PM | Last reply by Micah McKittrick - Thursday, November 7, 2019 5:19 PM -
0 Votes
SingleNodeClusterUpdateNotAllowed when adding a secondary certificate
When adding a secondary certificate through resources.azure.com or powershell I get the following error: { "error": { ...Answered | 1 Replies | 2004 Views | Created by FcAalst - Monday, November 4, 2019 9:01 AM | Last reply by Karishma Tiwari - MSFT - Monday, November 4, 2019 12:37 PM -
0 Votes
‘Azure Service Fabric’ forum will be migrating to a new home on Microsoft Q&A (Preview)!
We’ve listened to your feedback on how we can enhance the forum experience. Microsoft Q&A (Preview) allows us to add new functionality and enables easier access to all the ...Discussion | 0 Replies | 1591 Views | Created by Sandra Aldana - MSFT - Thursday, October 31, 2019 5:36 AM -
0 Votes
Cancellation Token usage in Service fabric
I have created a Service Fabric Application. There is a long-running job in the RunAsync() method like "LoadData() which migrates million of records from Database to ServiceFabric ...Proposed | 2 Replies | 1708 Views | Created by Balu Kantu - Tuesday, October 22, 2019 2:02 PM | Last reply by VikasPullagura-MSFT - Tuesday, October 29, 2019 2:49 PM -
1 Votes
Service fabric autoscaling
I have added a auto scaling rule in the VM scale set of service fabric. I can see it scale up from default 3 nodes to maximum of 5 nodes when CPU usage is high, and also scale down back to 3 nodes ok ...Answered | 1 Replies | 1723 Views | Created by Jerry_Hsi - Tuesday, October 29, 2019 2:27 AM | Last reply by jakaruna-MSFT - Tuesday, October 29, 2019 8:25 AM -
0 Votes
Service Fabric Load Balancer not forwarding traffic correctly
I have a ASP.NET website that connects to a set of WCF services in a service fabric cluster behind an internal load balancer. The service connection strings in the website points to the ...Answered | 14 Replies | 3063 Views | Created by Jerry_Hsi - Monday, October 7, 2019 11:25 PM | Last reply by Jerry_Hsi - Tuesday, October 29, 2019 2:07 AM -
0 Votes
Diagnostic Events
Is there a way to view diagnostic events from an Azure deployed application like the Diagnostic Event Viewer shown in visual studio when debugging on a local cluster.Proposed | 3 Replies | 1969 Views | Created by JBLENNON - Wednesday, October 9, 2019 11:13 AM | Last reply by VikasPullagura-MSFT - Tuesday, October 22, 2019 10:40 AM -
0 Votes
Sorting and Paging in Service Fabric Reliable collection
{ var matchResult = Regex.IsMatch(tagName, searchPattern, RegexOptions.Compiled); ...Proposed | 4 Replies | 1956 Views | Created by SiddharthVaish - Tuesday, October 15, 2019 4:00 PM | Last reply by VikasPullagura-MSFT - Tuesday, October 22, 2019 9:51 AM -
1 Votes
Fast load Reliable Dictionaries
I am considering loading a ReliableDictionary with approx. 250k items. Each item is quite small (2 strings, 2 ints, 1 date) I have tried loading via a file deployed in the ...Answered | 5 Replies | 1959 Views | Created by dob_xml - Friday, October 18, 2019 8:57 AM | Last reply by jakaruna-MSFT - Tuesday, October 22, 2019 5:02 AM -
0 Votes
issues when upgrade cluster configuration (Standalone)
Start-ServiceFabricClusterConfigurationUpgrade - ClusterConfigPath "config.json" The process ends without any errors or other output in the console after a while. When we ...Proposed | 3 Replies | 1894 Views | Created by Kaveh Hadjari 2 - Tuesday, October 1, 2019 1:02 PM | Last reply by jakaruna-MSFT - Thursday, October 17, 2019 12:47 PM -
0 Votes
Not able to install ServiceFabric in Ubuntu
= 6.4.625.1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.Proposed | 3 Replies | 2179 Views | Created by subbu4yours - Thursday, October 3, 2019 9:02 AM | Last reply by jakaruna-MSFT - Thursday, October 17, 2019 12:43 PM -
0 Votes
ResourceMonitorService does not show Load Information
I have standalone cluster 6.5.664.9590 on Windows. In ClusterManifest Enabled ResourceMonitorService <Section ...Unanswered | 9 Replies | 1805 Views | Created by DenSF - Thursday, October 3, 2019 12:25 PM | Last reply by Micah McKittrick - Wednesday, October 16, 2019 5:00 PM - Items 1 to 20 of 1204 Next ›
No announcements