-------- Forwarding messages --------
From: "dylan" <dylanzh...@163.com>
Date: 2017-09-12 16:25:56
To: user <u...@carbondata.apache.org>
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!