Questions tagged [service-fabric-on-premises]
80 questions
1
vote
1 answer
Service Fabric runtime is not reclaiming unused memory from Actor Service Instance
Our app, one request creates one actor in any one partition, and for processing of one request Memory increasing 200MB-250MB during execution of actor, and after execution is finished I have deleted the actor
Task.Run(() =>
…

kishorebarik
- 99
- 3
- 15
1
vote
1 answer
Service Fabric - Cannot do Config upgrade to add or remove nodes
I've got an on-premise Service Fabric consisting of 18 nodes (9 are seed nodes) - secured via gMSA windows security. Cluster code version 6.4.622.9590
Unfortunately I have to rebuild 6 of these nodes (3 Seed nodes). They all live in one data center…

Adriaan de Beer
- 1,136
- 13
- 23
1
vote
1 answer
Application Insights with ServiceFabric StatefulServices and .Net Core 2.1
i have an ServiceFabric StatefulService with Remoting inside a ServiceFabric Solution which also contains a Stateless WebApi and want to use Application Insights for monitoring this service. The WebApi uses already AI and it works fine.
I tried…

Knut Niehaus
- 11
- 2
1
vote
0 answers
How to search for bug in Service Fabric (on premise)
We are using SF on premise and one on month we have some bug on Service Fabric Explorer that we cannot find by checking our app logs. In those cases app is not throwing exceptions and there is something happening when SF loads our app. Can somebody…

dnf
- 1,659
- 2
- 16
- 29
1
vote
0 answers
FABRIC_E_TIMEOUT only on server?
I have a service fabric (on-premises) application written in .NET Framework 4.6.1 with one service with WebAPI using OWIN. When I make wrong request (bad uri) to api on local machine cluster it gives me 404 not found but when I deploy it to server…

dnf
- 1,659
- 2
- 16
- 29
1
vote
1 answer
ServiceFabric deployment. Modify hosts on hosted agent
I have a service fabric application that I want to deploy through VSTS to the one of my VMs. The on-premise cluster I've created there is secured by the certificate. When I connect to the cluster I must use the domain mydomain.net otherwise…

SteppingRazor
- 1,222
- 1
- 9
- 25
1
vote
1 answer
Is reverse proxy in ServiceFabric configurable?
We have on-premise 3-nodes cluster for devs in our office: 6.1.467, WinSrv2016. Everything works fine. Now we need to configure built-in service fabric reverse proxy (port 19081). For example, increase proxy timeout (now it is 120s) or enable…

Konstantin
- 11
- 1
1
vote
1 answer
Azure Service Fabric vs Docker Data Center
I went over this blog Azure SF vs Docker but it didn't answer my doubts completely.
I have Docker Data Center on-prem and i want to push Azure SF into this. But i feel DDC is doing exactly same thing as Service Fabric.
Few things from my mind.
DDC…

VKh
- 151
- 2
- 10
1
vote
2 answers
How to setup Application Insights for on-premise Service Fabric?
Is it possible to add application insights for web api that's hosted on the on-premise version of service fabric?
So far I have tried to add the application insights to my project and wondering where to send for monitoring. It was easy when app is…

Ravi Ganesan
- 277
- 6
- 11
1
vote
2 answers
Get the port assigned to the current service in Service Fabric
If you make a new Service Fabric Web Api application the PackageRoot/ServiceManifest.xml file has a ServiceManifest/Resource/Endpoints/Endpoint node with the attribute Port. Service Fabric uses this to decide the port to host the service on.
But…

Vaccano
- 78,325
- 149
- 468
- 850
1
vote
2 answers
how to connect app engine and on premise server through VPN?
I need to connect Google App engine and premise server, But in this case, we must use VPN to reduce connection trouble.
in this image show expected system.Can this system be implemented?
Please share any references or any solution to me. thank you.

Vidura Silva
- 1,255
- 1
- 9
- 13
1
vote
0 answers
How to clear/acknowledge a warning in the Service Fabric Explorer
I was testing things with a non-prod cluster of On Premises Service Fabric and I stopped the process for one of my services on one of my nodes (to see how it would respond).
That caused the explorer to show the following warning:
There was an error…

Vaccano
- 78,325
- 149
- 468
- 850
1
vote
2 answers
Service Fabric - How to deploy multiple branches of code on one cluster?
Due to the hardware requirements that each cluster must have a minimum of 3 servers I'd like to use that hardware to support multiple branches/environments. Specifically we generally have 3 Dev and 3 Test branches running simultaneously for an…

gperrego
- 354
- 1
- 3
- 15
0
votes
0 answers
Unable to perform simple SF cluster upgrade due to NodesToBeRemoved section
I have a standalone Service Fabric cluster which was been running without issues for a while. I have tried to do a simple cluster upgrade which only updates the ClusterConfigurationVersion, however I am stuck.
My process is the following:
Get the…

luisgepeto
- 763
- 1
- 11
- 36
0
votes
1 answer
On-premise Azure Service Fabric Services upgrade fails with no obvious error messages
I am trying to upgrade a 3 node on-premise Service Fabric cluster. It is currently running 9.0.1553.9590 to 9.1.1883.9590 (previously sucesfully upgraded from 7.x > 8.x and onto 9.0)
I am able to trigger the upgrade as I have done on the previous…

Richard Fennell
- 160
- 1
- 12