Skip to content

Commit

Permalink
Update subsystems/data_source_status_reporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew M. Keeler <[email protected]>
  • Loading branch information
cwaldren-ld and keelerm84 authored Sep 18, 2024
1 parent 7b0cf44 commit caa08f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsystems/data_source_status_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type DataSourceStatusReporter interface {
// registered listeners.
//
// A special case is that if newState is DataSourceStateInterrupted, but the previous state was
// but the previous state was DataSourceStateInitializing, the state will remain at Initializing
// because Interrupted is only meaningful after a successful startup.
// DataSourceStateInitializing, the state will remain at Initializing because Interrupted is
// only meaningful after a successful startup.
UpdateStatus(newState interfaces.DataSourceState, newError interfaces.DataSourceErrorInfo)
}

0 comments on commit caa08f5

Please sign in to comment.