docs: improve `DropPartitionError::LifecycleError` description

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Marco Neumann 2021-08-17 09:39:20 +02:00
parent 6847fa97cc
commit ceaa841e59
1 changed files with 1 additions and 1 deletions

View File

@ -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),