0400fd1562
Update log4j.properties ( #135 )
...
the default debug level message is too large, change it to info
2017-11-09 04:21:19 -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
fe38773c3e
update sql_reference.md ( #129 )
...
* fix escape character in like predicate
* multi tenant doc
* modify error prompt when insert
* update sql_reference.md
2017-10-20 01:47:53 -05:00
a2380690f8
modify error prompt when insert ( #128 )
2017-10-17 06:03:13 -05:00
1be35d4789
comm get localhost from backend options ( #127 )
2017-10-11 05:42:59 -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
57c9da619b
fix error in tutorial.md ( #121 )
2017-09-29 15:51:34 +08:00
d77d8a4748
update doc about cluster ( #119 )
2017-09-28 12:11:09 +08:00
1c0462568c
Update install.md
...
update pre-compile binaries of centos and ubuntu to 20170926
2017-09-27 11:28:48 +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
b2188a9c33
Update install.md
...
update pre-compile binary of centos and ubuntu to 0922.
2017-09-22 09:45:35 +08: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
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
6ed63ca949
fix iterator wrong compare in CsvScanNode ( #106 )
2017-09-20 17:36:08 +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
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
cfb8fc991a
Added the fix to mysql build error. ( #101 )
2017-09-18 09:55:08 +08:00
cba91bac3f
sort out the fs_brokers dir ( #98 )
...
* sort out the fs_broker dir
* modify install.md
2017-09-15 11:22:02 +08:00
b48dbecd2e
Update install.md
...
update pre-compile binaries of ubuntu and centos
2017-09-14 17:20:11 +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
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
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
bcd378078f
Update build-thirdparty.sh
...
modify curl compile params
2017-09-13 14:07:13 +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
e82a06ba2b
multi tenant doc ( #83 )
...
multi tenant doc
2017-09-08 18:21:41 +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
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
07f450e1a8
modify build.sh ( #77 )
...
* now user can specify --fe, --be and --clean
2017-09-06 17:18:25 +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
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