Service Fabric UpgradeOrchestrationService fails -


i testing service fabric on standalone windows server 2016 datacenter installation.

the cluster consists of 3 nodes, running on single machine (similar configuration clusterconfig.unsecure.devcluster.json). cluster version 5.3.301.9590. setting cluster worked without issues. after delay, upgradeorchestrationservice in system section of service fabric explorer enters warning state. application not installed. situation occurs directly after cluster setup.

the following exception message displayed:

  unhealthy event: sourceid='runasync', property='runasyncunhandledexception', healthstate='warning', considerwarningaserror=false.   system.fabric.fabricexception (-2147017720)     message: exception hresult: 0xffffffff     stacktrace:    @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.common.fabricclientretryhelper.d__15.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.common.fabricclientretryhelper.d__f.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeservice.clusterupgradecommandprocessor.d__46.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeservice.clusterupgradecommandprocessor.d__34.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__15.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__a.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ system.fabric.upgradeorchestration.service.fabricupgradeorchestrationservice.d__2.movenext()   --- end of stack trace previous location exception thrown ---      @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)      @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)      @ microsoft.servicefabric.services.runtime.statefulservicereplicaadapter.d__f.movenext() 

update

i did exact same setup on windows server 2012 r2 , did not encounter issues.


Comments

Popular posts from this blog

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -