Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retries should be added in POA FabricClient Calls. #19

Open
khandelwalbrijesh opened this issue May 24, 2019 · 0 comments
Open

Retries should be added in POA FabricClient Calls. #19

khandelwalbrijesh opened this issue May 24, 2019 · 0 comments

Comments

@khandelwalbrijesh
Copy link
Contributor

RunAsync failed due to an unhandled FabricException causing replica to fault: System.Fabric.FabricTransientException: Operation canceled. ---> System.Runtime.InteropServices.COMException: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
at System.Fabric.Interop.NativeClient.IFabricRepairManagementClient2.EndGetRepairTaskList(IFabricAsyncOperationContext context)
at System.Fabric.FabricClient.RepairManagementClient.GetRepairTaskListAsyncEndWrapper(IFabricAsyncOperationContext context)
at System.Fabric.Interop.AsyncCallOutAdapter2`1.Finish(IFabricAsyncOperationContext context, Boolean expectedCompletedSynchronously)
--- End of inner exception stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.PatchOrchestration.CoordinatorService.RepairManagerHelper.d__21.MoveNext() in E:\bt\926921\repo\src\PatchOrchestrationApplication\CoordinatorService\src\RepairManagerHelper.cs:line 266
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.PatchOrchestration.CoordinatorService.CoordinatorService.d__9.MoveNext() in E:\bt\926921\repo\src\PatchOrchestrationApplication\CoordinatorService\src\CoordinatorService.cs:line 110
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.PatchOrchestration.CoordinatorService.CoordinatorService.d__8.MoveNext() in E:\bt\926921\repo\src\PatchOrchestrationApplication\CoordinatorService\src\CoordinatorService.cs:line 94
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.Services.Runtime.StatefulServiceReplicaAdapter.d__12.MoveNext()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant