You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akash R Nilugal (Jira)" <ji...@apache.org> on 2020/02/28 07:06:00 UTC

[jira] [Created] (CARBONDATA-3725) Concurrent issue when materialized views are created concurrently

Akash R Nilugal created CARBONDATA-3725:
-------------------------------------------

             Summary: Concurrent issue when materialized views are created concurrently
                 Key: CARBONDATA-3725
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3725
             Project: CarbonData
          Issue Type: Bug
            Reporter: Akash R Nilugal
            Assignee: Akash R Nilugal


Step1:
create two tables tb1 and tb2 in different databases db1 and db2 in different sessions

step2:
create MV on both tables concurrently

step3: if the MV2 in second session fails with some reason in regoster schema, then session1's current databases is set as db2 instead of db1.

So it throws table not found for the table tb1 in session1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)