Skip to content

Instantly share code, notes, and snippets.

@Vaccano
Created June 8, 2017 22:21
Show Gist options
  • Save Vaccano/382a52260df156934d4120a54bcf0668 to your computer and use it in GitHub Desktop.
Save Vaccano/382a52260df156934d4120a54bcf0668 to your computer and use it in GitHub Desktop.
Service Fabric Issues
Error event: SourceId='System.FM', Property='State'.
Partition is in quorum loss.
UpgradeOrchestrationService 3 3 00000000-0000-0000-0000-000000006000
S/P RD ClusterNode2 Up 131414258329718880
S/S IB ClusterNode1 Down 131414258623460374
P/S RD ClusterNode3 Down 131414258623460375
(Showing 3 out of 3 replicas. Total available replicas: 1.)
Unhealthy event: SourceId='RunAsync', Property='RunAsyncUnhandledException', HealthState='Warning', ConsiderWarningAsError=false.
System.Fabric.FabricException: The first Fabric upgrade must specify both the code and config versions. Requested value: 0.0.0.0:0 ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071C0F
at System.Fabric.Interop.NativeClient.IFabricClusterManagementClient8.EndUpgradeFabric(IFabricAsyncOperationContext context)
at System.Fabric.Interop.Utility.<>c__DisplayClass20_0.b__0(IFabricAsyncOperationContext context)
at System.Fabric.Interop.AsyncCallOutAdapter2`1.Finish(IFabricAsyncOperationContext context, Boolean expectedCompletedSynchronously)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Fabric.UpgradeService.FabricClientWrapper.d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Fabric.UpgradeService.FabricClientWrapper.d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Fabric.UpgradeOrchestration.Service.FabricUpgradeOrchestrationService.d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.Services.Runtime.StatefulServiceReplicaAdapter.d__23.MoveNext()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment