Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Fix Version/s: 10.0.2, 10.0.3
    • Component/s: None
    • Labels:
      None

      Description

      fallocate code is currently disabled in InnoDB in 10.0, because it triggers an assert. This needs to be fixed.

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            serg Sergei Golubchik added a comment -

            now it's disabled in 10.0-base (or 5.5?) but incorrectly.
            in 10.0 it's an assert - the feature is surely broken and needs to be disabled unconditionally until fixed.
            but in 5.5/10.0-base it only fails with O_DIRECT on old kernels. which means in other configurations it works. So it should not be disabled in the code, but only turned off by default (until fixed), so that users could enable it where appropriate.

            Show
            serg Sergei Golubchik added a comment - now it's disabled in 10.0-base (or 5.5?) but incorrectly. in 10.0 it's an assert - the feature is surely broken and needs to be disabled unconditionally until fixed. but in 5.5/10.0-base it only fails with O_DIRECT on old kernels. which means in other configurations it works. So it should not be disabled in the code, but only turned off by default (until fixed), so that users could enable it where appropriate.
            Hide
            wlad Vladislav Vaintroub added a comment -

            Fix was already in 10.0.2, just bug was not closed.

            Show
            wlad Vladislav Vaintroub added a comment - Fix was already in 10.0.2, just bug was not closed.

              People

              • Assignee:
                wlad Vladislav Vaintroub
                Reporter:
                serg Sergei Golubchik
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: