如何一致且成功地将我的 Azure Service Fabric 应用程序部署到本地集群?
How do I deploy my Azure Service Fabric application to the local cluster consistently and successfully?
我正在本地集群中部署和重新部署 Azure Service Fabric 应用程序。虽然初始部署到集群很顺利,但重新部署导致大约 50% 的成功率并出现各种间歇性错误。
Visual Studio 的输出 window 中的错误:
Unable to determine whether the application is installed on the cluster or not.
Something is taking too long, the application is still not ready.
Service Fabric Explorer (SFX) 中的错误:
一个应用实例正常,另一个显示错误
fabric:/System/DnsService
错误:DnsService UDP Listener is unable to start
fabric:/System/EventStoreService
错误:System.Net.HttpListenerException
如何一致且成功地将我的应用程序部署到本地集群?
在 Visual Studio 的属性 window 中,将应用程序调试模式从刷新更改为删除应用程序。
我连续 10 次部署我的应用程序,没有出现任何错误!
警告:此解决方案的一个缺点是,如果您删除本地集群然后重新部署,Service Fabric Explorer (SFX) 将在几分钟内抛出多个错误,例如 Get cluster upgrade progress failed
我正在本地集群中部署和重新部署 Azure Service Fabric 应用程序。虽然初始部署到集群很顺利,但重新部署导致大约 50% 的成功率并出现各种间歇性错误。
Visual Studio 的输出 window 中的错误:
Unable to determine whether the application is installed on the cluster or not.
Something is taking too long, the application is still not ready.
Service Fabric Explorer (SFX) 中的错误:
一个应用实例正常,另一个显示错误
fabric:/System/DnsService
错误:DnsService UDP Listener is unable to start
fabric:/System/EventStoreService
错误:System.Net.HttpListenerException
如何一致且成功地将我的应用程序部署到本地集群?
在 Visual Studio 的属性 window 中,将应用程序调试模式从刷新更改为删除应用程序。
我连续 10 次部署我的应用程序,没有出现任何错误!
警告:此解决方案的一个缺点是,如果您删除本地集群然后重新部署,Service Fabric Explorer (SFX) 将在几分钟内抛出多个错误,例如 Get cluster upgrade progress failed