0c3687ed54Add more BE unit run in run-ut.sh (#260)
Zhao Chun
2018-10-31 20:41:35 +08:00
06413999e5Fix some compile and script errors (#259)
morningman
2018-10-31 19:45:21 +08:00
f27d4e017aMake build-thirdparty.sh work (#258)
Zhao Chun
2018-10-31 19:12:08 +08:00
2be7991561Change com.baidu.palo to org.apache.doris
morningman
2018-10-31 17:07:16 +08:00
051aced48dMissing many files in last commit
morningman
2018-10-31 16:19:21 +08:00
5d3fc80067Added: * Add streaming load feature. You can execute 'help stream load;' to see more information.
morningman
2018-10-31 14:46:22 +08:00
6d6d5e65f0Merge pull request #254 from lide-reed/master
lide
2018-10-31 10:36:56 +08:00
765c91bbc2Added: change Doris build.sh to get environment variables from custom_env.sh, and add run-ut.sh and run-fe-ut.sh
zhaochun
2018-10-30 22:21:33 +08:00
ae9ce81453Changed: change build.sh to use environment variable to get thirdparty's path, and change PALO_HOME to DORIS_HOME
imay
2018-10-30 16:29:06 +08:00
68d663fe7aChanged: change the compilation method of Frontend and Apache hdfs broker from ANT to MAVEN
morningman
2018-10-27 11:35:20 +08:00
4f6f8572deAdded: Add 3 new metrics of Backends: host_fd_metrics, process_fd_metrics and process_thread_metrics, to monitor open file number and thread number. Added: Support getting column size and precision info of table or view using JDBC.
morningman
2018-10-26 14:48:21 +08:00
65fe7f65c1Fixed: privilege logic error: 1. No one can set root password expect for root user itself 2. NODE_PRIV cannot be granted. 3. ADMIN_PRIV and GRANT_PRIV can only be granted or revoked on *.* 4. No one can modifly privs of default role 'operator' and 'admin'. 5. No user can be granted to role 'operator'. Fixed: the running load limit should not be applied to replay logic. It will cause replay or loading image fail. Changed: optimize the problem of too many directories under mini load directory. Fixed: missing password and auth check when handling mini load request in Frontend. Fixed: DomainResolver should start after Frontends transfer to a certain ROLE, not in Catalog construction methods. Fixed: a stupid bug that no one can set password for root user... fix it: only root user can set password for root. Fixed: read null data twice When reading data with a null value, in some cases, the same data will be read twice by the storage engine, resulting in a wrong result.The reason for this problem is that when splitting, and the start key is the minimum value, the data with null is read. Fixed: add a flag to prevent DomainResovler thread start twice. Fixed: fixed a mem leak of using ByteBuf when parsing auth info of http request. Fixed: add a new config 'disable_hadoop_load', default is false, set to true to disable hadoop load. Changed: add detail error msg of submitting hadoop load job in show load result. Fixed: Backend process should be crashed if failed to saving header. Added: exposure backend info to user when encounter error on Backend. for debugging it more convenient. Fixed: Should remove fd from map when inputstream or outputstream is closed in Broker process. Fixed: Change all files' LF to unix format.
morningman
2018-10-01 19:58:41 +08:00
ae19fbfc8bmake doris compile successfully on ubuntu 1604 and centos 7.2
imay
2018-09-21 19:39:36 +08:00
9ac1669670Merge pull request #214 from HappenLee/master
lide
2018-09-20 14:29:45 +08:00
e0d721f210Merge pull request #216 from jimmycasey/master
lide
2018-09-20 14:25:49 +08:00
bea10e4f061. hide password and other sensitive information in log and audit log 2. add 2 new proc '/current_queries' and '/current_backend_instances' to monitor the current running queries. 3. add a manual compaction api on Backend to trigger cumulative or base compaction manually. 4. add Frontend config 'max_bytes_per_broker_scanner' to limit to bytes per one broker scanner. This is to limit the memory cost of a single broker load job 5. add Frontend config 'max_unfinished_load_job' to limit load job number: if number of running load jobs exceed the limit, no more load job is allowed to be submmitted. 6. a log of bug fixed
lide
2018-09-19 20:04:01 +08:00