apache / doris

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

[fix](cloud) add lock when get visible version from cache #37246

Closed sollhui closed 1 day ago

sollhui commented 2 days ago

Proposed changes

introduced by https://github.com/apache/doris/pull/34615

When get visible version from cache, the visible version may be updated by load, so it is necessary to add lock when get visible version.

sollhui commented 2 days ago

run buildall