mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-23 06:30:05 +00:00
chore: rm unnecessary warning (#7352)
Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -1261,7 +1261,6 @@ impl RegionServerInner {
|
|||||||
.with_context(|_| HandleRegionRequestSnafu { region_id })?
|
.with_context(|_| HandleRegionRequestSnafu { region_id })?
|
||||||
.new_opened_logical_region_ids()
|
.new_opened_logical_region_ids()
|
||||||
else {
|
else {
|
||||||
warn!("No new opened logical regions");
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user