Skip to content
  • Hemant Dangi's avatar
    bac3ed57
    Bug#28088177: STOP GROUP_REPLICATION HANG WITH SELECT REPLICATION_CONNECTION_STATUS · bac3ed57
    Hemant Dangi authored
    Backporting Bug#25423650: QUICK UNINSTALL PLUGIN WHILE START GR CAN RESULT INTO DEADLOCK
    
    Issue:
    ======
    when executing 'select * from
    performance_schema.replication_connection_status' concurrently with
    "stop group_replication", both gets stucked.
    
    Resolution:
    ===========
    Group_replication_handler class has been removed along with
    lock LOCK_group_replication_handler.
    With use of my_plugin_lock_by_name, server will have better visibility over
    GR operations and take decisions accordingly.
    bac3ed57
    Bug#28088177: STOP GROUP_REPLICATION HANG WITH SELECT REPLICATION_CONNECTION_STATUS
    Hemant Dangi authored
    Backporting Bug#25423650: QUICK UNINSTALL PLUGIN WHILE START GR CAN RESULT INTO DEADLOCK
    
    Issue:
    ======
    when executing 'select * from
    performance_schema.replication_connection_status' concurrently with
    "stop group_replication", both gets stucked.
    
    Resolution:
    ===========
    Group_replication_handler class has been removed along with
    lock LOCK_group_replication_handler.
    With use of my_plugin_lock_by_name, server will have better visibility over
    GR operations and take decisions accordingly.
Loading