Commit Graph

76 Commits

Author SHA1 Message Date
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
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
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
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
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
dac207804d fix ambari deploy bug. add bdbje clock delta config (#149) 2017-12-05 11:48:37 +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
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
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
a2380690f8 modify error prompt when insert (#128) 2017-10-17 06:03:13 -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
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
14f7388f72 fix PMD code style problem (#108) 2017-09-21 10:16:34 +08:00
51d5c727a7 make UUID to be authentication token (#107) 2017-09-20 21:25:10 +08:00
ba97f434f9 make web session key more versatile (#105) 2017-09-19 16:58:55 +08:00
89d12ed5fb add log when invalid forward was rejected. 2017-09-19 16:08:32 +08:00
0665debe1e add server check to master when receive forward requests from followers or observers (#104) 2017-09-19 15:44:18 +08:00
46a7d52073 add token check to ImageAction to improve safety (#96) 2017-09-14 12:56:36 +08:00
fea0d22f4e fix compile error caused by missing import (#94) 2017-09-13 19:37:24 +08:00
a591d92e48 check port in PutAction to avoid SSRF(Server-Side Request Forgery) (#93) 2017-09-13 19:19:40 +08:00
ac9e1a0fe1 add authentication to show_action rest api (#89)
* add authentication to show_action rest api

* fix log
2017-09-13 15:15:53 +08:00
b175a08363 make replayedJournalId to be AtomicLong (#87)
Avoid errors during concurrent access to Catalog::replayedJournalId.
2017-09-12 20:45:30 +08:00
bbed1b3b15 add FE config frontend_address (#86)
* in case the automatic ip selection may choose a unexpected ip
2017-09-12 10:04:24 +08:00
6fe7ace94a fix bugs (#79)
* NullpointerException when cancel PENDING broker load job.
* missing BROKER case when clear load job.
2017-09-07 16:28:28 +08:00
48299ed0f6 change build script to retain the permissions of all start and stop scripts (#78) 2017-09-07 16:12:46 +08:00
58f0bf64a1 update backend in cluster because of forgeting to remove backend' id when drop backend or decommission in latest version (#76)
* update backend in cluster because of forgeting to remove backend' id when drop backend or decommission in latest version

* select wrong rollup

* update backend in cluster because of forgeting to remove backend' id when drop backend or decommission in latest version
2017-09-05 21:28:51 +08:00