apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.77k stars 3.29k forks source link

[improve](cloud-mow) Optimize log output when missing delete bitmap cache #44446

Open hust-hhb opened 6 hours ago

hust-hhb commented 6 hours ago

What problem does this PR solve?

Problem Summary: When there is new rowset genarate, query node will not find the delete bitmap of this new rowset in cache, because cache only exists on the write node, so need to sync delete bitmap from ms, this pr reduce the reduce the unnecessary log output about not found cache.

Release note

None

Check List (For Author)

Check List (For Reviewer who merge this PR)

doris-robot commented 6 hours ago

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

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?
hust-hhb commented 6 hours ago

run buildall

github-actions[bot] commented 6 hours ago

clang-tidy review says "All clean, LGTM! :+1:"

doris-robot commented 5 hours ago

TeamCity be ut coverage result: Function Coverage: 38.31% (9979/26045) Line Coverage: 29.42% (83474/283756) Region Coverage: 28.56% (42932/150301) Branch Coverage: 25.15% (21813/86716) Coverage Report: http://coverage.selectdb-in.cc/coverage/8a8793127b5d28701ab7d8e22d091573d9336dd6_8a8793127b5d28701ab7d8e22d091573d9336dd6/report/index.html