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

Refactoring ProxySQL Monitor Module #4063

Merged
merged 10 commits into from
Jan 27, 2023
Merged

Refactoring ProxySQL Monitor Module #4063

merged 10 commits into from
Jan 27, 2023

Commits on Dec 21, 2022

  1. Refactoring ProxySQL Monitor Module

    Asynchronous handling of Ping, Group replication, Replication Lag, Read Only and Galera if MySQL connection is available, else tasks will be delegated to Consumer Thread.
    rahim-kanji committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1a47d98 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Refactoring ProxySQL Monitor Module

    Added separate init code for async task handling.
    Code cleanup
    rahim-kanji committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    147d23a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa44ce View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. * Added total poll timeout in case poll is waiting on stale connection.

    * Initialized few uninitialized variable.
    rahim-kanji committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ebc7ebf View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    6da9271 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. * Moved task_handler code from .hpp to .cpp

    * Break loop if shutdown flag is true.
    * Removed duplicate success flag and exit label.
    * Few typo fixed.
    rahim-kanji committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    821a6f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    11be1f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    340a4f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    3bb4bcf View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts

    # Conflicts:
    #	lib/MySQL_Monitor.cpp
    rahim-kanji committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ae40be4 View commit details
    Browse the repository at this point in the history