Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-9049

Userstats stop populating using multiple replication threads

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 10.0.21
    • N/A
    • Admin statements
    • None
    • Linux X86_64

    Description

      • Bringing back number of threads to 0 is a workaround

      To reproduce:
      Setup master slave replication

      Produce some writes on the master

      On the slave:
      SET GLOBAL userstat=1;
      SHOW TABLE_STATISTICS;

      Statistics is populated

      STOP SLAVE;
      FLUSH TABLE_STATISTICS;
      SET GLOBAL slave-parallel-threads=16;
      START SLAVE;
      SHOW TABLE_STATISTICS;

      Statistics is not populated

      Attachments

        Activity

          People

            Unassigned Unassigned
            stephane@skysql.com VAROQUI Stephane
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.