You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/25 20:54:25 UTC

[GitHub] [accumulo] keith-turner commented on issue #1118: Batch defining tablets in walog

keith-turner commented on issue #1118: Batch defining tablets in walog
URL: https://github.com/apache/accumulo/issues/1118#issuecomment-486834265
 
 
   I looked into this a bit.  A lock inside the tablet is acquired while defining the tablet in the walog.  Acquiring the lock for multiple tablets could cause deadlock and performance problems if not done properly.  If the lock could be avoided, that would greatly simplify this.  Need to dig into why the lock is needed.  I think it used to be related to updating the walogs in the metadata table, which is no longer done.  More research is needed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services