Commit Graph

27 Commits

Author SHA1 Message Date
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
a97bf61655 select wrong rollup (#74)
* select wrong rollup

* select wrong rollup
2017-09-05 17:07:40 +08:00
81c860dcdc fix some bugs (#69)
* modify modify the way of PartitionDesc analysis. fix set global variables bug

* add export job statitic proc

* merge from baidu/master

* change MASTER_CLIENT_TIMEOUT

* fix right outer join with null column
2017-09-04 19:48:52 +08:00
53d9c63b8b remove distinct check with one param in second aggregate pharse (#70) 2017-09-04 19:11:11 +08:00
ab4b648599 Update IsNullPredicate.java 2017-09-04 16:39:25 +08:00
bb6a6fa10b Update DropClusterStmt.java 2017-09-04 16:38:53 +08:00
0475394879 add new stmt ALTER SYSTEM ADD FREE BACKEND to add a backend not belongs to any cluster 2017-09-04 15:43:19 +08:00
2dae32862e auxiliary predicate can't be assigned (#66) 2017-09-03 18:04:22 +08:00
954f05b779 fix decommission misspellings 2017-09-01 11:25:40 +08:00
2ab0c26b1d fix clone bug.
In case that we want to clone a replica with version X, but a replica with stale version(less than X) is already in the dest backend.
This will leads the clone task to success directly, which is not what we expected.
Adding version check when doing the clone task and try to drop the replica with stale version
2017-08-31 18:53:33 +08:00
168e09d2ea modify some name problems of multi cluster feature 2017-08-31 17:27:59 +08:00
eab3457171 query and pull load select an backend that does't belong to the cluster which it is located 2017-08-29 11:26:37 +08:00
5cfef4872c compile failed 2017-08-29 10:13:03 +08:00
a5c53c4de2 modify sql_scanner and remove multi host restrict when check tablets in clonechecker 2017-08-28 15:34:34 +08:00
ab681f9398 support for cluster can acquire multi be in same host and fixed some issues (#47)
* cluster can acquire more backends in same host

* compile failed

* count* 's subquery with orderby exec error

* modify show processlist result and check name format error

* merge log and add cancel cluster for root, show backends for users in cluster

* returns null when the param does not match

* update UpdateClusterAndBackends to BackendIdsUpdateInfo

* correct Licenses
2017-08-26 21:29:28 +08:00
9629a7e742 add detail explanation of FE configurations. (#42) 2017-08-22 10:05:38 +08:00
3b5818d927 materialize scannode slot for case 'select count* from select xxxx from xxxx' 2017-08-21 13:26:35 +08:00
8e90fa1419 revert dpp schedular 2017-08-21 11:21:57 +08:00
57a11efd3d make exec_mem_limit valid for broker load (#37) 2017-08-20 15:20:20 +08:00
11f467f344 persist decommission type and load check lost cluster property 2017-08-20 12:15:05 +08:00
cf99230f9e Close #19 fix machine hostname is resolved to loopback address (#34) 2017-08-19 21:35:10 +08:00
71f06aef08 fix missing cluster name when get info via http (#33)
* modify thirdparty/build-thirdparty.sh to fix compilation bug of thrift. (#10)
update pre-compile binaries.

* fix export LD_LIBRARY_PATH in build-thirdparty.sh

* fix export LD_LIBRARY_PATH in build-thirdparty.sh

* fix missing cluster name bug when get load job info via http.
fix compilation bugs in fe unit test
2017-08-19 14:42:15 +08:00
6486be64c3 fix license statement (#29)
* change picture to word

* change picture to word

* SHOW FULL TABLES WHERE Table_type != VIEW sql can not execute

* change license description
2017-08-18 19:16:23 +08:00
3edd06f275 Fix show variables where failed (#30) 2017-08-18 13:49:23 +08:00
0dccb5d1de add volatile modifier for running (#20) 2017-08-16 22:09:14 +08:00
5296746b4a Fix #6 SHOW FULL TABLES WHERE Table_type != VIEW sql can not execute (#11)
* change picture to word

* change picture to word

* SHOW FULL TABLES WHERE Table_type != VIEW sql can not execute
2017-08-15 19:01:08 +08:00
e2311f656e baidu palo 2017-08-11 17:51:21 +08:00