docs: improve `DropPartitionError::LifecycleError` description
Co-authored-by: Andrew Lamb <alamb@influxdata.com>pull/24376/head
parent
6847fa97cc
commit
ceaa841e59
|
@ -328,7 +328,7 @@ pub enum DropPartitionError {
|
|||
#[error("Server unavailable: {}", .0.message())]
|
||||
Unavailable(tonic::Status),
|
||||
|
||||
/// Server indicated that it is not (yet) available
|
||||
/// Server indicated some other action was active for this partition
|
||||
#[error("Cannot perform operation due to wrong chunk lifecycle state: {}", .0.message())]
|
||||
LifecycleError(tonic::Status),
|
||||
|
||||
|
|
Loading…
Reference in New Issue