d5a6d1cc6f
Fix issue #866 : insert stmt not merge commit info correctly ( #868 )
2019-04-03 13:02:46 +08:00
cf00e67cd1
Add report queue size limit to avoid too many report requests ( #846 )
2019-04-02 16:01:34 +08:00
71380d436f
Remove unnecessary check ( #862 )
2019-04-02 15:54:48 +08:00
94a2582b4c
Fix bug that PreAggregation should be turn on when processing hll_raw_agg ( #856 )
2019-04-02 11:01:46 +08:00
5a438fd0d3
Fix bug that function get wrong symbol when it's params contain date ( #855 )
2019-04-01 23:52:06 +08:00
a1bfc90320
Support hll_raw_agg in Aggregate Function ( #832 )
...
hll_raw_agg Function aggregates the HLL type value, and return the HLL type value
2019-04-01 16:17:56 +08:00
e409c2edc3
Optimize error handling of rocksdb ( #841 )
2019-04-01 14:42:59 +08:00
5d29fc6bd9
Revert fix bug that if match wrong symbol ( #834 )
2019-04-01 10:01:13 +08:00
24945296ea
Update README.md ( #833 )
2019-03-28 22:22:18 +08:00
348c61c69f
Fix doris on es bug ( #826 )
...
* Get in pred from hybridset
* ignore new_filter_in when push down
* Ignore cast case in to_ext_literal
2019-03-28 12:54:17 +08:00
8f935c9486
Fix bug that root user cannot login without password from 127.0.0.1 ( #825 )
2019-03-28 10:58:32 +08:00
4f3158a74d
Support hll_union_agg in Analytic Function ( #819 )
2019-03-27 18:50:08 +08:00
67314f07f3
Fix syntax error lable -> label ( #817 )
2019-03-26 19:29:11 +08:00
664c23c39b
Fix bug that Build-in function if match wrong symbol ( #814 )
2019-03-26 14:46:59 +08:00
d47600ed84
Modify the logic of setting password ( #798 )
...
* Modify the logic of setting password
1. User can set password for current_user() or if it has GRANT priv
2. And USER() function support
2019-03-25 09:27:40 +08:00
504fbc3627
Fix bug that Greatest get wrong function's symbol ( #796 )
2019-03-23 23:28:37 +08:00
f4a63b29d8
Fix doris on es bug ( #791 )
2019-03-22 19:03:27 +08:00
722a4dbea2
Fix bug that throws exception when pruning partition type is date ( #792 )
2019-03-22 17:22:53 +08:00
c34b306b4f
Decimal optimize branch #695 ( #727 )
2019-03-22 17:22:16 +08:00
e60b71da8c
Release SegmentGroup reference count ( #790 )
...
In streaming ingestion, segment group is set to be one in creation.
Upon closing, reference count should to be released. Otherwise,
file descriptor and segment group object in memory can not be freed.
2019-03-22 14:17:05 +08:00
4d8f0dc203
Fix add_version () core dump on acquiring delta ( #788 )
...
SchemaChange convert segment groups in reverse.
So SegmentGroup with segment_group_id = 1 may be handled
before SegmentGroup with segment_group_id = 0.
This will leads to acquiring delta not be allocated.
It will be core dump in SIGSEGV.
2019-03-21 20:58:01 +08:00
11307b23c8
Fix bug: stream load ignore last line with no-newline ( #785 )
...
#783
2019-03-21 19:18:22 +08:00
fb4e77d6d6
Add http post feature for HttpClient ( #773 )
2019-03-19 22:05:33 +08:00
1f092bb9fb
Add EsTableDescriptor in be ( #775 )
2019-03-19 19:33:54 +08:00
5e80dcab17
Update curl version ( #766 )
2019-03-18 20:12:57 +08:00
2a152e0943
Remove colocate table meta when drop db ( #761 )
2019-03-17 15:23:38 +08:00
28ea424074
Update compile instruction in README.md ( #763 )
2019-03-17 13:45:21 +08:00
4a3d9dd1ac
Fix bug that balance slot may not be released when balance task is done ( #757 )
2019-03-14 21:06:19 +08:00
c11e78c6e6
Fix bug of invalid replica last failed version ( #746 )
...
1. Some previous doris version may cause some invalid replica last failed version.
2. Also modify the CREATE TABLE help doc, remove row storage type and random distribution.
2019-03-14 12:35:29 +08:00
297a5f27a5
Add comment to avoid modification for variable_length ( #750 )
2019-03-14 12:28:43 +08:00
e970f28dad
Fix transaction non-idempotency error ( #749 )
...
add_pending_version() is not idempotent upon rpc retry.
Transaction will be garbaged collection falsely.
2019-03-14 10:41:51 +08:00
cc2fd43c32
Rollback the fix of variable_length for Decimal ( #744 )
2019-03-14 09:58:35 +08:00
7feb27e047
Fix not matched error code ( #740 )
2019-03-13 11:09:39 +08:00
5f9e82b0fa
Support calculate unix_timestamp() on Frontend ( #732 )
...
#731
2019-03-13 09:58:29 +08:00
e2717e14ac
Fix the error of variable_length for Decimal ( #724 )
2019-03-11 19:15:56 +08:00
d67aeb8705
Clean timeout tablets channel in TabletWriterMgr ( #718 )
2019-03-11 19:02:25 +08:00
b3fd53aa92
Fix bug that compareTo in PartitionKey throws cast error ( #720 )
2019-03-11 17:53:32 +08:00
584b4371e3
Fix balance with diff storage medium ( #705 )
2019-03-11 09:22:30 +08:00
7965a7129a
Add esquery function ( #652 )
2019-03-08 09:27:41 +08:00
4dbbd32a72
Remove sensitive info ( #692 )
2019-03-06 17:29:11 +08:00
49dddb458d
Fix some tablet scheduler bug ( #686 )
...
1. The balance task does not taking storage medium into account.
2. When repairing tablet with version incomplete, tablet with replica (2-xx), (2-xx), (2-0) can't be handled.
3. Show proc stmt may throw null pointer exception when all replicas are missing.
2019-03-05 09:26:36 +08:00
f2bd98f76a
Clear etl job files when job finished ( #680 )
2019-03-01 17:01:13 +08:00
acf839ca9c
Remove the running partition mark when delete operation encounter errors ( #678 )
2019-03-01 12:52:38 +08:00
b2d8fcdbd7
Limit the number of balance task ( #674 )
...
1. Limit the number of balance tablet selection. The number of
tablet selection should be less than the low load path number.
2. Limit the max number of balance task to 500.
2019-02-28 10:11:44 +08:00
ac818c2b7b
Optimize the some schedule policy of routine load in FE ( #665 )
...
* Change routine load task sheduler interval to 0
1. change routine load task scheduler interval to 0
2. init progress when routine load scheduler
3. add unit test and function test of routine load scheduler and task commit
* Add checker of custom kafka partition
1. need scheduler to need schedule
2. add checker of custom kafka partition when create routine load job
3. fix unit test error
2019-02-27 15:38:51 +08:00
1b96af5e3e
Add some images for wiki pages ( #670 )
2019-02-27 15:06:15 +08:00
e7013ce6a2
Remove restrict of "Analytic function must have partition by" ( #659 )
2019-02-27 14:12:39 +08:00
9252beca99
Simplify the delete stmt ( #668 )
...
Remove the restrict that delete stmt must specify partition even for unpartitioned table
2019-02-27 12:46:36 +08:00
f8865dce79
Fix bug that expanding star fails in create view ( #667 )
2019-02-27 11:30:35 +08:00
48450ac98f
Add function's param checks in aggregation function ( #666 )
2019-02-27 09:41:21 +08:00