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

DBT3 query 11 returned an internal error, ExeMgr aborted

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 1.0.1
    • 1.0.3
    • ExeMgr
    • None
    • 1.0.3

    Description

      Build tested: alpha 1.0.1

      mscadmin> getsoft
      getsoftwareinfo Fri Jul 1 18:33:11 2016

      Name : mariadb-columnstore-platform
      Version : 1.0
      Release : 1
      Architecture: x86_64
      Install Date: Fri 24 Jun 2016 07:28:00 PM UTC

      Create a DBT3 (TPCH) database and load 1gb of data

      execute the query #11

      select
      ps_partkey,
      sum(ps_supplycost * ps_availqty) as value
      from
      partsupp,
      supplier,
      nation
      where
      ps_suppkey = s_suppkey
      and s_nationkey = n_nationkey
      and n_name = 'PERU'
      group by
      ps_partkey having
      sum(ps_supplycost * ps_availqty) > (
      select
      sum(ps_supplycost * ps_availqty) * 0.0001000000
      from
      partsupp,
      supplier,
      nation
      where
      ps_suppkey = s_suppkey
      and s_nationkey = n_nationkey
      and n_name = 'PERU'
      )
      order by
      value desc;

      ERROR 1815 (HY000): Internal error: Lost connection to ExeMgr. Please contact your administrator

      Attachments

        Issue Links

          Activity

            People

              dleeyh Daniel Lee (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.