keith-turner opened a new issue, #3408: URL: https://github.com/apache/accumulo/issues/3408
A new column was added to the tablet metadata for operations requiring exclusive access to modify tablet metadata (like split and merge). When a tablet has a operation id set it can not be assigned (will fail). Currently the manager still tries to assign these and they fail later. The manager should ignore these tablets when its making decisions about what to assign. https://github.com/apache/accumulo/blob/808c0bb5cc28511da6b50676a34f1abf36b7d20c/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/split/PreSplit.java#L115 #3406 is slightly related -- 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]
