keith-turner commented on PR #3381: URL: https://github.com/apache/accumulo/pull/3381#issuecomment-1536511530
This PR consolidates all the writes done to the metadata table into one place during table creation. The default tablet was being written twice in some cases, this was fixed by removing the call to `MetadataTableUtil.addTablet()`. The hosting goals were being written after the initial tablets were written, this was folded into the initial write. The initial write was made to use ample instead of a batch writer. -- 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]
