Uh oh!
There was an error while loading. Please reload this page.
[chore](bash) optimize output information when doris_cloud startup - #45883
Merged
Conversation
hello-stephen
commented
Dec 24, 2024
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
| exit 1 | ||
| fi | ||
| echo "${process} start successfully" | ||
| tail -n10 "${out_file}" | grep -E '(recycler|meta-service) started' |
yagagagagaforce-pushed
the
optimize_output
branch
from
January 15, 2025 09:21
ccbeb96 to
ada4313Compareyagagagaga
commented
Jan 16, 2025
ContributorAuthor
run buildall |
gavinchou
approved these changes
Jan 17, 2025
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
gavinchou
approved these changes
Jan 18, 2025
github-actionsBot
pushed a commit
that referenced
this pull request
Jan 23, 2025
…45883) before: ``` bash bin/start.sh --daemon --meta-service LIBHDFS3_CONF= starts doris_cloud with args: --meta-service wait and check doris_cloud start successfully successfully started brpc listening on port=5000 time_elapsed_ms=11 doris_cloud start successfully ``` after: ``` bash bin/start.sh --daemon --meta-service 2024-12-26 15:31:53 start with args: --meta-service wait and check MetaService and Recycler start successfully process working directory: "/mnt/disk1/zhangminke/ms" pid=1666015 written to file=./bin/doris_cloud.pid version:{doris-0.0.0-release} code_version:{commit=fd44740fadabebfedb5da201d7ce427a5dd47c44 time=2025-01-16 18:53:00 +0800} build_info:{initiator=zhangminke@VM-10-6-centos build_at=2025-01-16 18:53:00 +0800 build_on=NAME="TencentOS Server" VERSION="3.1 (Final)" } use volatile mem kv, please make sure it is not a production environment MetaService has been started successfully successfully started service listening on port=23415 time_elapsed_ms=19 ```
Closed
lzyy2024 pushed a commit
to lzyy2024/doris
that referenced
this pull request
Feb 21, 2025
…pache#45883) before: ``` bash bin/start.sh --daemon --meta-service LIBHDFS3_CONF= starts doris_cloud with args: --meta-service wait and check doris_cloud start successfully successfully started brpc listening on port=5000 time_elapsed_ms=11 doris_cloud start successfully ``` after: ``` bash bin/start.sh --daemon --meta-service 2024-12-26 15:31:53 start with args: --meta-service wait and check MetaService and Recycler start successfully process working directory: "/mnt/disk1/zhangminke/ms" pid=1666015 written to file=./bin/doris_cloud.pid version:{doris-0.0.0-release} code_version:{commit=fd44740fadabebfedb5da201d7ce427a5dd47c44 time=2025-01-16 18:53:00 +0800} build_info:{initiator=zhangminke@VM-10-6-centos build_at=2025-01-16 18:53:00 +0800 build_on=NAME="TencentOS Server" VERSION="3.1 (Final)" } use volatile mem kv, please make sure it is not a production environment MetaService has been started successfully successfully started service listening on port=23415 time_elapsed_ms=19 ```
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…pache#45883) before: ``` bash bin/start.sh --daemon --meta-service LIBHDFS3_CONF= starts doris_cloud with args: --meta-service wait and check doris_cloud start successfully successfully started brpc listening on port=5000 time_elapsed_ms=11 doris_cloud start successfully ``` after: ``` bash bin/start.sh --daemon --meta-service 2024-12-26 15:31:53 start with args: --meta-service wait and check MetaService and Recycler start successfully process working directory: "/mnt/disk1/zhangminke/ms" pid=1666015 written to file=./bin/doris_cloud.pid version:{doris-0.0.0-release} code_version:{commit=fd44740fadabebfedb5da201d7ce427a5dd47c44 time=2025-01-16 18:53:00 +0800} build_info:{initiator=zhangminke@VM-10-6-centos build_at=2025-01-16 18:53:00 +0800 build_on=NAME="TencentOS Server" VERSION="3.1 (Final)" } use volatile mem kv, please make sure it is not a production environment MetaService has been started successfully successfully started service listening on port=23415 time_elapsed_ms=19 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
before:
after:
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)