-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[DOC] Add docs of warning of Docker env 1.3 of JDK 11 and some doc of FE config. #5628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2823bf5 to
73266fc
Compare
|
|
||
| ### `frontend_address` | ||
|
|
||
| 类型:string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个参数可以废弃了,直接标注为废弃吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
morningman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…der. (apache#57519) (apache#5628) bp apache#57519 Problem Summary: This PR adds a `TotalGetRequestTime` profile metric to the S3 reader. The new metric records the total time spent on all `GetObject` requests, which will be useful for future performance analysis and optimization. Example profile (Some less relevant information was manually removed.): ``` FILE_SCAN_OPERATOR (id=0. nereids_id=104. table name = lineitem): CommonCounters: - ExecTime: 11sec669ms - OpenTime: 7.395ms - WaitForDependency[FILE_SCAN_OPERATOR_DEPENDENCY]Time: 11sec634ms .... CustomCounters: .... Scanner: .... - FileReadTime: 4min8sec - FileScannerGetBlockTime: 4min9sec - MergedSmallIO: 0ns - ReadTime: 4min8sec - RequestBytes: 2.05 MB - RequestIO: 20.0K (20000) - ParquetReader: 0ns - ColumnReadTime: 4min9sec - FileOpenTime: 365.293ms - ParseFooterTime: 5min6sec - ParseMetaTime: 126.383ms ..... - S3Profile: 0ns - TooManyRequestErr: 0 - TooManyRequestSleepTime: 0ms - TotalBytesRead: 199.14 MB - TotalGetRequestTime: 9min12sec - TotalGetRequest: 40.0K (40000) - ScannerCpuTime: 20sec946ms - ScannerGetBlockTime: 9min19sec ``` ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
Proposed changes
RT
Types of changes
What types of changes does your code introduce to Doris?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.