Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.4.2
    • 1.4.3
    • ExeMgr
    • None
    • Centos 7
    • 2020-2

    Description

      Validating the merge for the next 1.4 release. vTpch22.sql keeps hanging for me. Looks to me like there is a joblist abort problem. I think the joblist threadpool in exemgr happens to run out of threads at this query. The queries themselves run successfully after a restart.

      Attachments

        1. aCreateViews.sql
          7 kB
        2. mcol-3776-backtraces.txt
          201 kB
        3. vTpch22.sql
          0.8 kB

        Issue Links

          Activity

            the link with mcol-3716 was a series of coincidences it seems. I've reproduced it in dev-1.4 @ commit 4b4198608, which doesn't include 3716.

            Reproduced by running vTpch22.sql in a loop on a clean installation.

            pleblanc Patrick LeBlanc (Inactive) added a comment - the link with mcol-3716 was a series of coincidences it seems. I've reproduced it in dev-1.4 @ commit 4b4198608, which doesn't include 3716. Reproduced by running vTpch22.sql in a loop on a clean installation.

            Found & fixed the problem. The timezone var in the Functor class is read & written concurrently, but which had no sync. Added sync to prevent the crashes. Created MCOL-3792 to followup on other repercussions of that being a var shared between queries.

            pleblanc Patrick LeBlanc (Inactive) added a comment - Found & fixed the problem. The timezone var in the Functor class is read & written concurrently, but which had no sync. Added sync to prevent the crashes. Created MCOL-3792 to followup on other repercussions of that being a var shared between queries.

            i attached the files i was using to reproduce it. run aCreateViews.sql, then run vTpch22.sql in a loop 100x.

            For me, I was able to reproduce the crash in < 10 iterations. Will be different for everybody.

            pleblanc Patrick LeBlanc (Inactive) added a comment - i attached the files i was using to reproduce it. run aCreateViews.sql, then run vTpch22.sql in a loop 100x. For me, I was able to reproduce the crash in < 10 iterations. Will be different for everybody.

            Build verified: 1.4.3-1 BB nightly

            engine commit:
            1a65d34

            1.4.2-1
            executed vTpch.sql in a loop of 100. primproc failed after 9 runs.

            1.4.3-1
            ran to completion of 100 iterations.

            dleeyh Daniel Lee (Inactive) added a comment - Build verified: 1.4.3-1 BB nightly engine commit: 1a65d34 1.4.2-1 executed vTpch.sql in a loop of 100. primproc failed after 9 runs. 1.4.3-1 ran to completion of 100 iterations.

            People

              dleeyh Daniel Lee (Inactive)
              pleblanc Patrick LeBlanc (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.