Commit Graph

18263 Commits

Author SHA1 Message Date
6cf2fb4d47 Bug fixs
merge to 2d4cc9e1358c980b4f726e17d036639bc31127aa (#188)
contains:
    first_value with PRECEDING LEFT and NON-PRECEDING RIGHT rewrite error and count* materialize SlotDescriptor
    error when referring to the slot of the current query and subquery Simultaneously.

    fix join and count(*) materialize SlotDescriptor error.

    fix materialize scannode's conjuncts bug.

    remove no used materialization work.

    it have to evaluate orderby in subquery because we limit the number of rows returned by subquery.

    the method of judging limit is wrong.

    user info is missing when retrying to call load check.

    It's wrong to pass aggregate function when it's param is not materialized.

    InsertStmt does not pass the session param to observer.
2018-04-11 16:05:33 +08:00
5de798fdd6 Merge code to github (#187)
* merge to 95787f8be1fd0ff215708fb0f49997b632876586
* Bugs fixed
2018-03-23 14:04:55 +08:00
b8fa22ddd3 distinguish limit 0 in analyze (#186) 2018-03-12 18:11:54 +08:00
12d54c71a3 Update fe.conf 2018-03-02 14:21:28 +08:00
ab2d606361 Update AsyncDeleteJob
fix persist AsyncDeleteJob bug
2018-02-26 13:44:16 +08:00
ca3470119c find disk damage, report immediately (#183) 2018-02-01 15:19:17 +08:00
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