Commit Graph

33 Commits

Author SHA1 Message Date
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
1be35d4789 comm get localhost from backend options (#127) 2017-10-11 05:42:59 -05: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
51d5c727a7 make UUID to be authentication token (#107) 2017-09-20 21:25:10 +08:00
6ed63ca949 fix iterator wrong compare in CsvScanNode (#106) 2017-09-20 17:36:08 +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
3227d371e2 add metadata design doc (#103)
* add metadata design doc

* change required cmake version to 2.8.10
2017-09-18 18:29:41 +08:00
db8c40e5f0 add authentication to DownloadAction (#91)
* add authentication to DownloadAction

1. use cluster_id as token;
2. add dir limit, only files in data dir can be accessed.

* enable authentication in DownloadAction by default
2017-09-13 16:54:00 +08:00
4aef832f16 compile failed (#82)
compile failed

* select wrong rollup

* update backend in cluster because of forgeting to remove backend' id when drop backend or decommission in latest version

* aggragation function containing funcion with wrong param crash

* compile failed
2017-09-08 12:25:50 +08:00
84f852d8b6 aggragation function containing funcion with wrong param crash (#81)
* aggragation function containing funcion with wrong param crash

* select wrong rollup

* update backend in cluster because of forgeting to remove backend' id when drop backend or decommission in latest version

* aggragation function containing funcion with wrong param crash
2017-09-07 19:07:33 +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
064f253177 fix escape character in like predicate (#75)
now select "abcd%1" like "abcd\%%" is true
2017-09-05 19:54:10 +08:00
fde6b39539 modify start and stop script. User can now specified PID file dir and log dir (#71) 2017-09-04 20:56:50 +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
8098561d79 Use epoll instead of select in mongoose. (#65)
* Use epoll instead of select in mongoose.

When number of fds exceed 1024, FD_SET will crush, so switch to epoll

* add default case to epoll event in mongoose read
2017-09-03 10:27:35 +08:00
0d05ff90dc rename mongoose.c to mongoose.cpp to force it be compiled as a c++ file (#64) 2017-09-01 18:00:34 +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
c39bf13e8d Merge pull request #57 from chenhao7253886/master
case_expr lost largeint
2017-08-30 13:43:32 +08:00
c1f50546ad case_expr lost largeint 2017-08-30 13:42:19 +08:00
74f08f1fca remove libunwind (#55) 2017-08-29 19:22:07 +08:00
c014bc88cd update be/CMakeLists.txt, change the way to set some variables (#44) 2017-08-23 15:36:27 +08:00
9dc4d9b6e6 Update CMakeLists.txt
set gcc compiler variable CMAKE_C_COMPILER and CMAKE_CXX_COMPILER before checking gcc's version
2017-08-21 10:57:40 +08:00
57a11efd3d make exec_mem_limit valid for broker load (#37) 2017-08-20 15:20:20 +08:00
e561dd7414 include math.h in olap_utils.h (#35) 2017-08-19 22:05:09 +08:00
cf99230f9e Close #19 fix machine hostname is resolved to loopback address (#34) 2017-08-19 21:35:10 +08:00
fff8e6a935 Fix memory leak sometimes when query failed 2017-08-18 21:50:42 +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
f5882c587c support fedora for compiling Be module in CMakeLists.txt 2017-08-18 09:22:28 +08:00
adac2b4b3c Fix 3002, bug fix assert fail if broker scan failed
Change-Id: Ifb9eb057f104b99679efc04b930ea8263e1f4055
2017-08-17 22:59:18 +08:00
d9ee367b27 be crashes by mini load when no hll_hash specified for hll column 2017-08-17 22:59:18 +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