• Inphi's avatar
    op-node: Fix race condition while closing OpNode (#7303) · 5d936974
    Inphi authored
    Before the `OpNode` closes it closes its data sources. If the runtime
    config reloader goroutine is still using the data sources then it
    may creates a goroutine panic. Specifically, when a `limitClient` is
    used, it will be fail to write an in-flight request to its semaphore
    after the client is closed.
    5d936974