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

wsrep_node_is_ready() check is too strict

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.1, 5.5-galera
    • 10.1.21
    • wsrep
    • None

    Description

      The check that prints the dreaded "WSREP has not yet prepared node for application use" is sometimes too strict. It doesn't allow any selects, even if these selects do not access any tables. For example, I'd think that

      SELECT 1;
      

      or, for example,

      SELECT @@max_allowed_packet;
      

      could be allowed. This is easy to do, one should not report this error if all_tables is NULL.

      Attachments

        Issue Links

          Activity

            People

              sachin.setiya.007 Sachin Setiya (Inactive)
              serg Sergei Golubchik
              Votes:
              1 Vote for this issue
              Watchers:
              5 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.