ef15bf424e
fix decimal bug ( #181 )
2018-01-23 19:11:06 +08:00
0008399987
add FE metrics ( #178 )
...
Add more metrics of FE.
You need to update fe/lib when update FE
2018-01-17 11:11:37 +08:00
5e9041fc1c
added largeint for buildin functions: if, ifnull, nullif and coalesce
2018-01-16 09:46:51 +08:00
5a1388c676
fix union with order by bug ( #177 )
2018-01-15 14:05:49 +08:00
497292387c
add export retry ( #176 )
2018-01-11 14:20:41 +08:00
42cb31e11c
replace getHostName with getHostString to avoid triggering a name service reverse lookup
2018-01-09 10:56:45 +08:00
1e951e5c1c
fix ut compile. set timeout to pull load task. fix export sink bug ( #175 )
2018-01-09 10:42:57 +08:00
0f65b770ad
[PALO-3124] added in predicate functions for largeInt
2018-01-08 11:18:18 +08:00
838290db88
use sychronized to protect fs stream in broker ( #171 )
2018-01-04 19:30:48 +08:00
78c45dfddd
[PALO-3059] added the variable of collation_server
2018-01-03 19:52:40 +08:00
724a1d0f87
[PALO-3059] added the variable of collation_server
2018-01-03 18:18:31 +08:00
3975360a7c
add jvm monitor ( #170 )
...
SHOW PROC '/monitor/jvm'; to get info
2018-01-03 16:13:41 +08:00
32c5570771
fix some bugs ( #169 )
...
* change broker's default log level to INFO. fix some log error
* change exporting data via broker in batch
2018-01-02 19:50:15 +08:00
0d3f401889
remove confusing & symbol ( #168 )
2017-12-27 21:42:03 +08:00
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