Commit Graph

143 Commits

Author SHA1 Message Date
b981d70fe7 fix error file log path when load with broker (#167) 2017-12-27 21:31:09 +08:00
4b4a52369e improve logic to sending to broker (#166)
1. Increase default timeout to 5s to avoid error in network jitter scenarios;
2. do not re-send request if meet TTransportException
2017-12-27 21:05:15 +08:00
67004402a1 change broker's default log level to INFO. fix some log error (#164) 2017-12-25 17:38:37 +08:00
da784a3d09 fix bugs when start multi FE at same time (#163)
In the case when 3 FE (1 master and 2 followers) start at same time,
We may catch com.sleepycat.je.rep.DatabasePreemptedException which said that
"Database xx has been forcibly closed in order to apply a replicated remove operation."
2017-12-22 17:56:10 +08:00
5840377f59 Fixed a bug reporting internal error when largeint type in union statement 2017-12-21 15:18:20 +08:00
6f1f5d0e3d fix multiple count_distinct bug (#162) 2017-12-20 19:56:25 +08:00
56fa78501e fix bugs when add rollup in duplicate key table (#161) 2017-12-19 21:25:41 +08:00
56ac7812af Update K8sDeployManager.java 2017-12-19 19:16:07 +08:00
877ac29f87 fix NULL cast to CHAR bug (#160) 2017-12-18 19:47:39 +08:00
051cf8f140 can't materialize join's EqJoinPredicates when refereces Subquery's column (#159) 2017-12-18 11:29:40 +08:00
756f9bdb6c exchange check error when parent child is union (#158) 2017-12-18 11:20:39 +08:00
765f7f53d4 Update manipulation_stmt.md
add mini load timeout help
2017-12-15 17:56:17 +08:00
446e76862e fix microseconds_add and microseconds_sub bug (#157) 2017-12-15 14:18:16 +08:00
1eddd0d7ad report the real disk available capacity to fe (#156) 2017-12-14 10:49:19 +08:00
f8407a623c fix session action title bug (#154) 2017-12-12 14:59:12 +08:00
a7fe56322d aggregation with limit bug (#152) 2017-12-07 15:02:10 +08:00
ddf6c38b0a aggregation with limit bug (#151) 2017-12-07 14:58:18 +08:00
56138b9d35 move docs to wiki (#150)
move these 4 docs to wiki
docs/admin_guide/install.md
docs/user_guide/FAQ.md
docs/user_guide/sql_reference.md
docs/user_guide/tutorial.md
2017-12-06 13:58:22 +08:00
dac207804d fix ambari deploy bug. add bdbje clock delta config (#149) 2017-12-05 11:48:37 +08:00
51beba6796 Add images for deploy doc 2017-12-03 16:19:29 +08:00
45571becdd Update install.md
add how to install lsb_release cmd if missing.
2017-12-03 16:03:56 +08:00
6d438cb257 Update install.md
update pre-compilation binaries (11-30)
2017-11-30 17:36:53 +08:00
585c21fab4 add feature and fix bugs (#148)
Add new features:
1. plugins of Ambari and k8s deploy
2. specified config 'priority_network' to solve some ip problems

Fix bugs:
fix bugs that rebalance does not work in some case.
fix count(*) from union stmt bug
fix some union stmt bugs
fix bugs when try to schema change a clone replica
2017-11-30 16:31:12 +08:00
8909f53659 modify check white list log , produce exec param error when plan has multi UnionNode and revert changes about literal (#146)
* CreateTableStmt and AlterTableStmt cluster name is null

Change-Id: Id5869961694fa11808db66ecf121d7cef0898f95

Signed-off-by: chenhao16 <chenhao16@baidu.com>

* add des cluster when perform 'allter system add backend'

* find left most node error

* change white list limit

* import ExchangeNode in Coordinator

* import ExchangeNode in Coordinator

* produce exec param error when plan has multi UnionNode and revert changes about literal by yanlei
2017-11-29 15:14:06 +08:00
5c6fc49360 import ExchangeNode in Coordinator (#145) 2017-11-28 12:10:52 +08:00
34379105f8 Update tutorial.md
fix mismatch example
2017-11-28 09:05:45 +08:00
f546589265 find left most node error (#142)
* CreateTableStmt and AlterTableStmt cluster name is null

Change-Id: Id5869961694fa11808db66ecf121d7cef0898f95

Signed-off-by: chenhao16 <chenhao16@baidu.com>

* add des cluster when perform 'allter system add backend'

* find left most node error
2017-11-22 11:28:42 +08:00
44ed16cd23 add missing file (#138)
ShowUserStmt
2017-11-14 02:04:50 -06:00
a033451367 modify: (#137)
1. remove libunwind deps
2. modify install in build.sh
3. add SHOW USER stmt to show user privilege
2017-11-13 19:49:40 -06:00
05b86e82b2 fix bugs: (#136)
1. rename database does not modify the coresponding names in cluster.
2. Result of SHOW BROKERS does not match that of in SHOW PROC '/brokers'.
3. Bugs when set property for other user using admin user.
2017-11-11 20:26:29 -06:00
0400fd1562 Update log4j.properties (#135)
the default debug level message is too large, change it to info
2017-11-09 04:21:19 -06:00
e619631201 add des cluster when perform 'allter system add backend' (#134)
add des cluster when perform 'allter system add backend'
2017-11-03 04:37:16 -05:00
b1430b3570 CreateTableStmt and AlterTableStmt cluster name is null (#133)
Change-Id: Id5869961694fa11808db66ecf121d7cef0898f95

Signed-off-by: chenhao16 <chenhao16@baidu.com>
2017-11-03 04:30:36 -05:00
2f743b4234 Check row length when creating table and when adding column (#132) 2017-11-03 03:31:43 -05:00
a177a575d8 set Literal isAnalyzed true as default value, so Literals subclass do not need call method analysisDone` (#131) 2017-10-26 06:19:46 -05:00
cc64875e6b Fix database quota check bug. Modify load help doc (#130) 2017-10-25 20:40:11 -05:00
fe38773c3e update sql_reference.md (#129)
* fix escape character in like predicate

* multi tenant doc

* modify error prompt when insert

* update sql_reference.md
2017-10-20 01:47:53 -05:00
a2380690f8 modify error prompt when insert (#128) 2017-10-17 06:03:13 -05:00
1be35d4789 comm get localhost from backend options (#127) 2017-10-11 05:42:59 -05:00
2f9c0cd9f3 fix core when query information_schema (#125) 2017-10-11 03:23:05 -05:00
41fedd03ea fix add frontend problem, to make it more safe (#124)
reorganize the debug log of selecting rollup
2017-10-01 05:13:12 -05:00
6196ecdaca fix case sensitive bug when querying information schema db (#122) 2017-09-30 13:55:15 +08:00
57c9da619b fix error in tutorial.md (#121) 2017-09-29 15:51:34 +08:00
d77d8a4748 update doc about cluster (#119) 2017-09-28 12:11:09 +08:00
1c0462568c Update install.md
update pre-compile binaries of centos and ubuntu to 20170926
2017-09-27 11:28:48 +08:00
d25c23e787 only master can receive and accept add frontend and backend request via http (#118) 2017-09-26 20:24:20 +08:00
22572aefbf fix MetaBaseAction bug when check ip of FE (#117) 2017-09-26 14:59:00 +08:00
b2188a9c33 Update install.md
update pre-compile binary of centos and ubuntu to 0922.
2017-09-22 09:45:35 +08:00
41226344ce fix csv_scan_node bug (#115) 2017-09-21 20:48:58 +08:00
adb3213314 Do not show token and file path in load error url (#114) 2017-09-21 20:27:49 +08:00