e094e6ca71
[typo](docs)add hive-bitmap compile and package des #13237
2022-10-10 14:52:50 +08:00
b9516b50c1
[typo](docs)fix docs 404 url ( #13157 )
...
* fix docs 404 url
2022-10-09 20:02:48 +08:00
cfade2dfe0
[typo](docs)Fix Docs 404 Url #13175
2022-10-09 16:22:26 +08:00
dc2d33298b
[chore](be config) remove config use_mmap_allocate_chunk #13196
...
This config is never used online and there exist bugs if enable this config. So that I remove this config and related tests.
Co-authored-by: yiguolei <yiguolei@gmail.com >
2022-10-09 16:19:59 +08:00
e5fbecc621
[typo](docs)Fix the jump link 404 in delete recover.md ( #13156 )
...
* [typo](docs)Fix the jump link 404 in delete-recover.md
2022-10-09 16:12:34 +08:00
207e913b55
fix the bad link fo delete-recover.md ( #13203 )
...
fix the bad link fo delete-recover.md
2022-10-09 16:08:19 +08:00
8f36f8b83a
Add be Parameter Description( #13201 )
...
Add be Parameter Description
2022-10-09 12:49:57 +08:00
e6f4c771d9
[fix](docs) fix trim, lower, upper function docs error ( #13179 )
2022-10-09 10:32:26 +08:00
555f9520e3
fix community module error url ( #13182 )
...
fix community module error url
2022-10-09 10:27:02 +08:00
c53d2d6a8b
install deploy doc fix ( #13177 )
...
install deploy doc fix
2022-10-09 10:26:28 +08:00
e0044e5a5f
[typo](docs)Sql doc link fix ( #13151 )
...
* sql doc link fix
2022-10-09 09:26:00 +08:00
ece4a6c194
[doc][fix](multi-catalog) add doc for multi catalog and fix refresh bug ( #13097 )
...
1. Add all document about multi catalog feature.
2. Fix a bug that REFRESH edit log is not handled
2022-10-09 09:14:44 +08:00
344377beb7
[typo](docs)Fix jump link 404 in jdbc load.md ( #13170 )
2022-10-08 20:01:52 +08:00
86e47650cf
Update outfile.md ( #13172 )
2022-10-08 20:01:20 +08:00
4386f41442
sql server 2017 version ODBC usage instructions ( #13178 )
...
sql server 2017 version ODBC usage instructions
2022-10-08 20:00:53 +08:00
6b0410450b
[typo](docs)Fix jump link 404 in external storage load.md ( #13173 )
2022-10-08 19:59:44 +08:00
71399ed771
fix data cache sidebar error ( #13137 )
...
fix data cache sidebar error
2022-10-07 17:45:21 +08:00
d902e80d6d
[docs](unique-key-merge-on-write) add document for unique key merge o… ( #13068 )
2022-10-07 16:18:04 +08:00
447aceb223
[Fix](doc) Remove unsupported parameter ( #13081 )
2022-10-07 16:10:00 +08:00
f2aa6e9a21
[doc](typo): fix typo ( #13130 )
2022-10-06 18:10:41 +08:00
90512ebd59
[typo](docs)Metadata Operations and Maintenance link error ( #13090 )
...
* Metadata Operations and Maintenance link error
2022-10-05 22:58:24 +08:00
e00124d825
[typo](doc) Modify the comment of light schema change ( #13061 )
2022-10-04 21:28:11 +08:00
0c67b14b6d
[typo](doc) replace unuse parameter max_base_compaction_concurrency ( #13047 )
2022-10-04 21:27:38 +08:00
5092ef78da
[doc] Add python env for Mac M1 ( #12792 )
...
For Mac M1, the default is python3 instead of python.
When FE compiles, there will be an error that python cannot be found.
This PR complements this part of the description.
2022-10-04 21:24:08 +08:00
fef1062835
[optimization](array-type) optimize the help docs of array type ( #13001 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-09-29 14:36:32 +08:00
29fc167548
[Bug](Datax)Fix bug that the dataxwriter will drop column when convert map to json ( #13042 )
...
* fix bug that when value is null,toJSONString will drop this key value.
2022-09-29 11:37:10 +08:00
819aecb26c
[DOC](datev2) Add documents for DateV2 ( #12976 )
2022-09-28 14:36:26 +08:00
9607f60845
[Feature](serialize) move block_data_version to fe heart beat ( #12667 )
...
Move block_data_version from be config to fe heart beat
2022-09-27 18:25:54 +08:00
907494760d
[typo](docs)Add bitmap_count doc And Adjustment function list ( #12978 )
2022-09-27 14:21:37 +08:00
3f99dd5c4b
[function](bitmap) support bitmap_hash64 ( #12992 )
2022-09-27 12:16:02 +08:00
b14b178928
[enhancement](memory) Trigger load channel flush based on process physical memory to avoid OOM #12960
...
When the physical memory of the process reaches 90% of the mem limit, trigger the load channel mgr to brush down
The default value of be.conf mem_limit is changed from 90% to 80%, and stability is the priority.
Fix deadlock in arena_locks in BufferPool::BufferAllocator::ScavengeBuffers and _lock in DebugString
2022-09-27 09:07:38 +08:00
1bb42a7bc0
[function](hash) add support of murmur_hash3_64 ( #12923 )
2022-09-26 14:23:37 +08:00
9afa3cdb19
Optimized materialized view documentation ( #12798 )
...
Optimized materialized view documentation
2022-09-26 12:25:20 +08:00
18433d7105
Spark load import kerberos parameter modification ( #12924 )
...
Spark load import kerberos parameter modification
2022-09-26 12:24:43 +08:00
978dae267e
[typo](docs)Optimized string and date function doc ( #12949 )
2022-09-26 09:26:12 +08:00
91134cff61
[typo](docs)Optimized date function doc order and add partial function doc #12878
2022-09-26 09:25:11 +08:00
3bb920ba54
[Enhancement](load) Refine the load channel flush policy on mem limit ( #12716 )
...
1. Remove single load channel mem limit, only use load channel mgr mem limit
2. Default load channel mgr mem limit from 50% to 80%
3. load channel mgr add soft mem limit. When the soft limit is exceeded, other threads will not hang, only current thread triggers flush
4. When exceed load channel mgr mem limit, find a load channel with the largest mem usage, continue to find a tablet channel with the largest mem usage, and try to flush 1/3 of the mem usage of this tablet channel.
2022-09-24 10:01:13 +08:00
d77ea64ae4
[typo](docs) Changing the Jump Address of SparkLoad in BrokerLoad ( #12731 )
2022-09-23 09:15:17 +08:00
70ab9cb43e
[feature](http) refactor version info and add new http api for get version info ( #12513 )
...
Refactor version info and add new http api for get version info
2022-09-22 10:53:04 +08:00
35f07ede26
[typo](docs)Changing the Jump Address of BrokerLoad in SparkLoad ( #12735 )
...
* [typo](docs)Changing the Jump Address of BrokerLoad in SparkLoad
Changing the Jump Address of BrokerLoad in SparkLoad
* Update spark-load-manual.md
2022-09-21 22:03:28 +08:00
b09cc95701
[typo](docs) fix get-starting doc err ( #12777 )
2022-09-21 21:58:41 +08:00
a7993755ae
[typo](docs)rename doc file name ( #12783 )
...
Co-authored-by: chenjie <chenjie@cecdat.com >
2022-09-21 11:25:38 +08:00
b0b876f640
[typo](docs) vectorization needs to be turned off to use native udf #12739
2022-09-21 09:13:48 +08:00
43d6be8c4d
[docs](function) add a series of date function documents ( #12713 )
...
* [docs](function) add a series of date function documents
add docs for `hours_add`, `hours_sub`, `minutes_add`, `minutes_sub`,
`seconds_add`, `seconds_sub`, `years_sub`, `years_add`, `months_add`,
`months_sub`, `days_add`, `days_add`, `weeks_add`, `weeks_sub` functions.
2022-09-19 21:42:35 +08:00
a5d11dce3b
[typo](docs) Add docs of math function ( #12532 )
...
* docs of math function
2022-09-19 21:41:59 +08:00
3bb042e45c
[fix](memtracker) Process physical mem check does not include tc/jemalloc allocator cache ( #12688 )
...
tcmalloc/jemalloc allocator cache does not participate in the mem check as part of the process physical memory.
because new/malloc will trigger mem hook when using tcmalloc/jemalloc allocator cache, but it may not actually alloc physical memory, which is not expected in mem hook fail.
in addition:
The value of tcmalloc/jemalloc allocator cache is used as a mem tracker, the parent is the process mem tracker, which is updated every 1s.
Modify the process default mem_limit to 90%. expect mem tracker to effectively limit the memory usage of the process.
2022-09-17 11:31:01 +08:00
42b6532131
remove gc and fix print ( #12682 )
2022-09-17 00:16:15 +08:00
a3fee5afbb
[doc](variables) fix forward_to_master doc bug #12659
...
Co-authored-by: wudi <>
2022-09-16 20:56:55 +08:00
97ff14482f
[enhancement](doc) When we use flink doris connector with bounded source, we should using the BATCH mode. ( #12576 )
2022-09-16 10:31:17 +08:00
22a8d35999
[Feature](vectorized) support jdbc sink for insert into data to table ( #12534 )
2022-09-15 11:08:41 +08:00