[chore](cloud) Support starting both meta-service and recycler within single process#40223
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
… single process e.g. ``` ./bin/start.sh --recycler --meta-service --daemon ``` the log file will be meta_service.INFO*
8b0a1cb to
02da207
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
… single process (#40223) e.g. the following will start meta-service and recycler within single process. ``` ./bin/start.sh --daemon ``` the log file will be meta_service.INFO* and it is the same effect as `./bin/start.sh --meta-service --recycler --daemon` doc PR apache/doris-website#1073
e.g. the following will start meta-service and recycler within single process.
the log file will be meta_service.INFO*
and it is the same effect as
./bin/start.sh --meta-service --recycler --daemondoc PR apache/doris-website#1073