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

Global unhandled exception occurred while shutting down the node #3800

Open
dhingrak opened this issue Mar 28, 2023 · 0 comments
Open

Global unhandled exception occurred while shutting down the node #3800

dhingrak opened this issue Mar 28, 2023 · 0 comments
Labels
kind/bug Issues which are a software defect linear

Comments

@dhingrak
Copy link
Contributor

dhingrak commented Mar 28, 2023

Describe the bug

Global unhandled exception occurred during the shutting down of the node.

[FTL] Global Unhandled Exception occurred.
System.ObjectDisposedException: Cannot access a disposed object.
at System.Threading.TimerQueueTimer.Change(UInt32 dueTime, UInt32 period)
at EventStore.Core.Services.Monitoring.MonitoringService.OnTimerTick(Object state) in /home/runner/work/TrainStation/TrainStation/build/oss-eventstore/src/EventStore.Core/Services/Monitoring/MonitoringService.cs:line 111
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.TimerQueueTimer.CallCallback(Boolean isThreadPool)
at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
at System.Threading.TimerQueue.FireNextTimers()

Note: The exception can be safely ignored and it will not impact the shutdown process.

DB-56

@dhingrak dhingrak added the kind/bug Issues which are a software defect label Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues which are a software defect linear
Projects
None yet
Development

No branches or pull requests

2 participants