You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/18 17:12:19 UTC

[GitHub] [accumulo] keith-turner commented on issue #3314: Suspension may not be properly cleared for tablets in some cases

keith-turner commented on issue #3314:
URL: https://github.com/apache/accumulo/issues/3314#issuecomment-1513523194

   TabletLocationState objects passed to the unsuspend method have a state of SUSPENDED
   
   https://github.com/apache/accumulo/blob/15c9f55280f4ce28a80b800f1e05128f33c85db3/server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java#L296
   
   To have a state of SUSPENDED, suspend must be non-null
   
   https://github.com/apache/accumulo/blob/15c9f55280f4ce28a80b800f1e05128f33c85db3/core/src/main/java/org/apache/accumulo/core/metadata/TabletLocationState.java#L133-L149


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org