keith-turner opened a new pull request, #5071: URL: https://github.com/apache/accumulo/pull/5071
When tablets needed to split they were queued in a thread pool to seed a fate operation. When the tablet group watcher ran again if the tablet was still in queue it would add it again. This would not cause any correctness issues, but it would cause a lot of wasted work. Also if one tablet was queued multiple times it could prevent another tablet that was not queued at all from being added. This made splitting very when a large number of tablets needed to split very inefficient. -- 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]
