ddanielr commented on issue #3559: URL: https://github.com/apache/accumulo/issues/3559#issuecomment-1758045942
There are also specific system operations that are table agnostic. Shutting down a tserver creates a FATE operation to accomplish that task. https://github.com/apache/accumulo/blob/main/server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java#L322-L323 If that tserver is causing system issues, this specific FATE operation might need to be prioritized over other FATE types. It might help to separate the FATEs into specific categories to determine proper storage locations. -- 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]
