Skip to content
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

[fix](metrics) fix error result in doris_be_num_io_bytes_read_from_remote #42492

Closed
wants to merge 1 commit into from

Conversation

wyxxxcat
Copy link
Contributor

@wyxxxcat wyxxxcat commented Oct 25, 2024

Proposed changes

Issue Number: close #xxx

config::enable_read_cache_file_directly defaults to false

when config::enable_read_cache_file_directly is true, it will read from cache

before:

# TYPE doris_be_num_io_bytes_read_from_remote counter
doris_be_num_io_bytes_read_from_remote 0

# TYPE doris_be_num_io_bytes_read_from_cache counter
doris_be_num_io_bytes_read_from_cache 2457

# TYPE doris_be_local_bytes_read_total counter
doris_be_local_bytes_read_total 10770

after:

# TYPE doris_be_num_io_bytes_read_from_remote counter
doris_be_num_io_bytes_read_from_remote 2457

# TYPE doris_be_num_io_bytes_read_from_cache counter
doris_be_num_io_bytes_read_from_cache 0

# TYPE doris_be_local_bytes_read_total counter
doris_be_local_bytes_read_total 10770

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file will be fixed same as #42215 #37403

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

@freemandealer freemandealer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
update: the issue itself is suspicious, we need to discuss.

Copy link
Contributor

@freemandealer freemandealer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is false-positive. Close it maybe @wyxxxcat ?

@wyxxxcat wyxxxcat closed this Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants