Login  Register

Fw:carbonthriftserver can not be load many times

Posted by dylan on Sep 12, 2017; 8:48am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Fw-carbonthriftserver-can-not-be-load-many-times-tp21823.html







-------- Forwarding messages --------
From: "dylan" <[hidden email]>
Date: 2017-09-12 16:25:56
To: user <[hidden email]>
Subject: carbonthriftserver can not be load many times
hello :
     when i use carbondata,i use step by
        1.create table and load data
        2.use carbonthriftserver,select * from table limit 1(it's ok)
        3.update the table
        4.use carbonthriftserver,select * from table limit 1(it's bad) ,the  error is :

       i kown carbonthrifserver use btree cache the carbonindex,
       and when i update the table the index is change,and carbonthriftserver didn't know the has changed,
       So every time i have to restart the carbonthriftserver, do not know if you run into this problem?
       Is this a design flaw, or is there a better advice to help me solve this problem, thanks!