mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-16 02:02:56 +00:00
chore: print downgraded region last_entry_id (#4701)
This commit is contained in:
@@ -160,6 +160,11 @@ impl DowngradeLeaderRegion {
|
||||
"Trying to downgrade the region {} on Datanode {}, but region doesn't exist!",
|
||||
region_id, leader
|
||||
);
|
||||
} else {
|
||||
info!(
|
||||
"Region {} leader is downgraded, last_entry_id: {:?}",
|
||||
region_id, last_entry_id
|
||||
);
|
||||
}
|
||||
|
||||
if let Some(last_entry_id) = last_entry_id {
|
||||
|
||||
Reference in New Issue
Block a user