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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
