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
064f253177
fix escape character in like predicate ( #75 )
...
now select "abcd%1" like "abcd\%%" is true
2017-09-05 19:54:10 +08:00
a97bf61655
select wrong rollup ( #74 )
...
* select wrong rollup
* select wrong rollup
2017-09-05 17:07:40 +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
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
ed638f5f00
Merge pull request #67 from morningman/master
...
add new stmt ALTER SYSTEM ADD FREE BACKEND to add a backend not belon…
2017-09-04 15:47:33 +08:00
92c44bb0c7
Update build.sh
2017-09-04 15:44:48 +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
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
e4f9ad659f
Update build.sh
2017-09-02 10:10: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
6ec8e6e1a3
Merge pull request #62 from morningman/master
...
Fix some mutil tenacy problems. Fix clone version checking bug
2017-09-01 11:29:51 +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
326a9382bd
add patch to remove libunwind for glog ( #60 )
2017-08-31 16:42:26 +08:00
6b6dacb5ee
change Cloudera Impala to Apache Impala ( #59 )
2017-08-31 09:51:24 +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
2a31e01ff1
add thirdparty.tar.gz suffix ( #56 )
2017-08-30 09:10:39 +08:00
74f08f1fca
remove libunwind ( #55 )
2017-08-29 19:22:07 +08:00
029c0bf20d
Merge pull request #54 from chenhao7253886/master
...
query and pull load select an backend that does't belong to the clust…
2017-08-29 11:27:58 +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
7c278c9f92
fix #49 add .tar.gz suffix ( #53 )
2017-08-29 11:25:13 +08:00
aded523b2a
Merge pull request #52 from chenhao7253886/master
...
compile failed
2017-08-29 10:14:14 +08:00
5cfef4872c
compile failed
2017-08-29 10:13:03 +08:00
01f3d38562
Merge pull request #51 from chenhao7253886/master
...
modify sql_scanner and remove multi host restrict when check tablets …
2017-08-28 15:37:27 +08:00
a5c53c4de2
modify sql_scanner and remove multi host restrict when check tablets in clonechecker
2017-08-28 15:34:34 +08:00
fb45b606e3
Update install.md
...
fix some misspellings
2017-08-28 09:48:50 +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
5342c6dbc8
add start_broker to install.md ( #46 )
2017-08-25 16:51:03 +08:00
c014bc88cd
update be/CMakeLists.txt, change the way to set some variables ( #44 )
2017-08-23 15:36:27 +08:00
6a87b0e464
Update install.md
...
Fix link of pre-compilation binaries
2017-08-23 11:06:13 +08:00
7b5d05f5d1
Update install.md
...
fix format problem
2017-08-22 19:57:34 +08:00
eeaf4b2ad6
update install.md
...
update pre-compilation binaries.
add docker image and it's usage.
2017-08-22 19:54:07 +08:00
928c09d11b
change version ( #43 )
...
change Palo version to 0.8.0
2017-08-22 10:23:17 +08:00
9629a7e742
add detail explanation of FE configurations. ( #42 )
2017-08-22 10:05:38 +08:00
f80aa73570
Merge pull request #39 from chenhao7253886/master
...
materialize scannode slot for case 'select count* from select xxxx fr…
2017-08-21 13:26:52 +08:00
3b5818d927
materialize scannode slot for case 'select count* from select xxxx from xxxx'
2017-08-21 13:26:35 +08:00
be3d7efd0b
Merge pull request #38 from cyongli/master
...
revert dpp schedular
2017-08-21 11:24:28 +08:00
8e90fa1419
revert dpp schedular
2017-08-21 11:21:57 +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
9f0853b404
Merge pull request #36 from chenhao7253886/master
...
persist decommission type and load check lost cluster property
2017-08-20 12:19:19 +08:00
11f467f344
persist decommission type and load check lost cluster property
2017-08-20 12:15:05 +08:00
e561dd7414
include math.h in olap_utils.h ( #35 )
2017-08-19 22:05:09 +08:00