Open hust-hhb opened 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:
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
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
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)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)