Created
June 8, 2017 22:21
Service Fabric Issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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