Skip to content

Commit

Permalink
Update src/common/meta/src/key.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
xifyang and evenyag authored Sep 17, 2023
1 parent ebd421a commit 2b8baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/meta/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use crate::rpc::router::{region_distribution, RegionRoute};
use crate::DatanodeId;

pub const REMOVED_PREFIX: &str = "__removed";
pub const MAINTENANCE_KEY: &[u8] = "maintenance_key".as_bytes();
pub const MAINTENANCE_KEY: &[u8] = "maintenance".as_bytes();

const NAME_PATTERN: &str = "[a-zA-Z_:-][a-zA-Z0-9_:-]*";

Expand Down

0 comments on commit 2b8baf8

Please sign in to comment.