You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/24 11:13:52 UTC

[GitHub] [incubator-doris] zhangy5 opened a new issue #1542: Session variable enable_insert_strict doesn't work in fe follower

zhangy5 opened a new issue #1542: Session variable enable_insert_strict doesn't work in fe follower
URL: https://github.com/apache/incubator-doris/issues/1542
 
 
   **Describe the bug**
   When I connect to fe master, set enable_insert_strict and the result is like 
   ![master](https://user-images.githubusercontent.com/10826066/61789348-0d444600-ae47-11e9-9e5a-e2344a96da5e.png)
   
   
   when I connect to fe follower, the result is
   ![follower](https://user-images.githubusercontent.com/10826066/61789360-159c8100-ae47-11e9-9957-2e13e84a28e1.png)
   
   
   session variable enable_insert_strict doesn't work in fe follower
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. connect to master and create table t.
    CREATE TABLE `t` (
     `k1` int(11) NOT NULL COMMENT ""
   ) ENGINE=OLAP
   AGGREGATE KEY(`k1`)
   DISTRIBUTED BY HASH(`k1`) BUCKETS 5
   PROPERTIES (
   "storage_type" = "COLUMN"
   );
   2. set enable_insert_strict=1
   3. insert into t values(null),(1)
   4. connect to other fe, execute 2 & 3
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org