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

domain: close slow query channel after closing session pool #7847

Merged
merged 5 commits into from
Oct 11, 2018

Commits on Oct 9, 2018

  1. domain: close slow query channel after closing session pool

    If slow query channel is closed before session pool, some session's goroutine may still
    writing to the channel. Writing to a closed channel would cause TiDB panic.
    tiancaiamao committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    912cb54 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. address comment

    tiancaiamao committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    477672a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. address comment

    tiancaiamao committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    5ebd928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed5327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee75a5e View commit details
    Browse the repository at this point in the history