Skip to content

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

@github-actions
Copy link
Contributor

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

@github-actions
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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants