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

FhirTimer crashes the process on shutdown #3736

Open
brendankowitz opened this issue Mar 1, 2024 · 1 comment
Open

FhirTimer crashes the process on shutdown #3736

brendankowitz opened this issue Mar 1, 2024 · 1 comment
Labels
Bug Bug bug bug.

Comments

@brendankowitz
Copy link
Member

brendankowitz commented Mar 1, 2024

Describe the bug

FhirTimer crashes the process on shutdown.

The active test run was aborted. Reason: Test host process crashed : Unhandled exception. System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Microsoft.Health.Fhir.SqlServer.Features.Watchdogs.FhirTimer`1.RunInternalAsync() in /_/src/Microsoft.Health.Fhir.SqlServer/Features/Watchdogs/FhirTimer.cs:line 61
   at Microsoft.Health.Fhir.SqlServer.Features.Watchdogs.FhirTimer`1.<StartAsync>b__25_0(Object _) in /_/src/Microsoft.Health.Fhir.SqlServer/Features/Watchdogs/FhirTimer.cs:line 51
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart(

FHIR Version?
All

Data provider?
CosmosDB/SQL Server

To Reproduce
Steps to reproduce the behavior:

  1. Run an e2e test in debug
  2. When test ends process crashes
@brendankowitz brendankowitz added the Bug Bug bug bug. label Mar 1, 2024
@EXPEkesheth EXPEkesheth added the Up for grabs The issue require minimal context and is well-suited for new contributors. label Mar 4, 2024
@brendankowitz brendankowitz removed the Up for grabs The issue require minimal context and is well-suited for new contributors. label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug bug bug.
Projects
None yet
Development

No branches or pull requests

2 participants