Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-3487

When version buffer is overflowed, no error message returned

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.1
    • DMLProc
    • None

    Description

      Build tested: 1.4.0-1

      [dlee@master centos7]$ cat gitversionInfo.txt
      server commit:
      67452bc
      engine commit:
      4d2a159

      autopilot test case: systemTest.versionBuffer

      No error message is returned. It returned a warning instead.

      MariaDB [tpch100c]> select count from lineitem;
      -----------

      count

      -----------

      600037902

      -----------
      1 row in set (5.835 sec)

      MariaDB [tpch100c]> update lineitem set l_orderkey=-1
      -> ;
      Query OK, 0 rows affected, 1 warning (9 min 18.166 sec)
      Rows matched: 0 Changed: 0 Warnings: 1

      MariaDB [tpch100c]> show warnings
      -> ;
      --------------------------------------------------------------------------------------------------------------------------------------------------------------

      Level Code Message

      --------------------------------------------------------------------------------------------------------------------------------------------------------------

      Error 1815 Internal error: CAL0002: Update Failed: IDB-2008: The version buffer overflowed. Increase VersionBufferFileSize or limit the rows to be processed.

      --------------------------------------------------------------------------------------------------------------------------------------------------------------
      1 row in set (0.000 sec)

      Attachments

        Activity

          People

            jrojas Jose Rojas (Inactive)
            dleeyh Daniel Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.