Skip to content

Commit

Permalink
clear changelogReader on thread shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPorebski committed Nov 19, 2024
1 parent ab6df11 commit d0f0c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Processors/StreamThread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@ private void CompleteShutdown()
consumer.Close();
consumer.Dispose();

changelogReader.Clear();

streamMetricsRegistry.RemoveThreadSensors(threadId);
log.LogInformation($"{logPrefix}Shutdown complete");
IsDisposable = true;
Expand Down

0 comments on commit d0f0c2c

Please sign in to comment.