ivakegg commented on PR #3139: URL: https://github.com/apache/accumulo/pull/3139#issuecomment-1364110747
Tried other options which all had issues: 1) Avoid clearing the current location. This will prevent the master from cleanly shutting down because it thinks all of the tablets are still hosted. 2) Set the future location instead of the last location. This will prevent the systems from shutting down because the tablets simply get reassigned back to the tserver as soon as they are unloaded. Hence I am back to using the last location or creating a new entry in the metadata table. @EdColeman 's idea I expect would work but I would like to avoid creating a separate file. -- 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]
