Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
It appears that there is a race where there can be an interleaving when writing to consensus metadata between a tombstoned TabletReplica instance and a newly tablet copied TabletReplica instance. This bug stems from not calling tablet_replica_->Shutdown() on the tombstoned replica when replacing such a replica.