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

[improvement](routine load)add a method to quit before guard lock #37220

Open wonderzerg opened 2 days ago

wonderzerg commented 2 days ago

Proposed changes

When routine load`s workload is heavy, sometimes hangs at guard lock.

Issue Number: close #xxx

Add a method to avoid an invalid lock being entered.

wonderzerg commented 2 days ago

run buildall