198433b131
[typo](config)Remove FE config max_conn_per_user ( #20122 )
...
---------
Co-authored-by: Yijia Su <suyijia@selectdb.com >
2023-05-29 17:20:36 +08:00
3c2b2361be
[docs](memory) debug-tools memory part description Jemalloc #20054
2023-05-26 08:58:57 +08:00
9b7a419aed
[Chore](build) update some doc about build enviroment ( #19325 )
...
update some doc about build enviroment
2023-05-10 16:18:44 +08:00
a05dbd3f81
[chore](compile) Improves PCH cache hit ratio ( #19469 )
...
Supplement the documentation of be-clion-dev, avoid the problem of undefined DORIS_JAVA_HOME and inability to find jni.h when using clion development without directly compiling through build.sh
Complete the classification of header files in pch.h and introduce some header files that are not frequently modified in doris.
Separate the declaration and definition in common/config.h. If you need to modify the default configuration now, please modify it in common/config.cpp.
gen_cpp/version.h is regenerated every time it is recompiled, which may cause PCH to fail, so now you need to get the version information indirectly rather than directly.
2023-05-10 12:49:01 +08:00
1e5000c9b2
[typo](docs) fix err to mac local dev doc ( #19367 )
2023-05-08 14:05:33 +08:00
9203e0392f
[typo](docs) add mac local dev docs ( #19342 )
...
* [typo](docs) add mac local dev docs
2023-05-06 22:58:40 +08:00
9d18be9dd3
[doc](thrift) update doc for thrift 0.16 ( #19217 )
...
* 1
update doc for thrift 0.16
2023-05-02 16:00:10 +08:00
27b8227cb5
[typo](docs)Optimize the installation And deployment directory structure ( #18966 )
2023-04-24 08:29:24 +08:00
19a4c7fae6
[improvement](doc) add --cap-add SYS_PTRACE command for docker-dev.md ( #18790 )
2023-04-19 09:07:35 +08:00
2209b714d1
[chore](orc) Update orc lib to third party lib(1.8.3) using git submodule. ( #18531 )
2023-04-12 10:37:50 +08:00
6413ede8c5
[docs](clion) Add Clion remote development and debugging documents. ( #18490 )
...
* [docs] Add clion remote development and debugging documents.
* Add blanks.
2023-04-10 14:01:18 +08:00
d7623028e9
[doc](developer-guide) add some debug tricks to dev-guide ( #18225 )
...
add method to debug core-dump file in vscode. and some BE debug tricks.
2023-04-04 17:10:34 +08:00
01d012bab7
[fix](memory) Remove page cache regular clear, disabled jemalloc prof by default ( #18218 )
...
Remove page cache regular clear
Now the page cache is turned off by default. If the user manually opens the page cache, it can be considered that the user can accept the memory usage of the page cache, and then can consider adding a manual clear command to the cache.
fix memory gc cancel top memory query
jemalloc prof is not enabled by default
2023-03-30 09:39:37 +08:00
c3fe113894
rename PaloFe to DorisFE ( #18167 )
2023-03-29 00:30:16 +08:00
ba108d40d8
[docs](link) Fix some links in docs is broken ( #17335 )
...
* [docs](link) Fix some links in docs is broken
* fix_typo
2023-03-03 14:08:05 +08:00
5e4bb98900
[Chore](build) enable -Wpedantic and update lowest gcc version to 11.1 ( #16290 )
...
enable -Wpedantic and update lowest gcc version to 11.1
2023-02-03 11:28:48 +08:00
af3416ede0
[docs] Update be-vscode-dev.md ( #15800 )
...
Fix some syntax errors, making it more comfortable for developers to read.
2023-01-11 12:30:52 +08:00
a22ee89431
[Enhancement](jemalloc):support heap dump by http request at runtime ( #15429 )
2022-12-28 20:10:50 +08:00
ec2539e2a3
[chore](macOS) Resolve the issue with missing python program ( #14864 )
2022-12-07 15:30:12 +08:00
82da071b45
[Chore](format) update clang-format version to 15 ( #13036 )
...
update clang-format version to 15
2022-11-29 14:46:10 +08:00
39dd6682f2
[typo](docs)change the metadata directory from palo-meta to doris-meta #14647
2022-11-29 08:52:55 +08:00
b62e700f4e
[fix](doc): remove incubator. ( #14159 )
2022-11-11 08:58:42 +08:00
e094e6ca71
[typo](docs)add hive-bitmap compile and package des #13237
2022-10-10 14:52:50 +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
b154a1b45e
[doc] fix some docs issue ( #11101 )
...
* fix some docs issue
* add -y for apt-get
Co-authored-by: chaow <941210239@qq.com >
2022-09-02 21:06:12 +08:00
d1e97be37e
[doc](developer-guide) add vscode-lldb usage to developer guide ( #11923 )
...
* add codelldb usage
* update
2022-08-19 17:56:17 +08:00
031fba4259
[typo](fix)Fix community documentation link errors ( #11758 )
...
Fix community documentation link errors
2022-08-13 21:24:54 +08:00
4f8e66c4b3
[doc][fix]Modify docs/community to keep the same as the website site directory structure ( #11327 )
...
Modify docs/community to keep the same as the website site directory structure
2022-07-29 14:51:37 +08:00