diff --git a/src/storage/v2/storage.cpp b/src/storage/v2/storage.cpp index d04ff58e5..cb1b0b717 100644 --- a/src/storage/v2/storage.cpp +++ b/src/storage/v2/storage.cpp @@ -943,7 +943,10 @@ utils::BasicResult Storage::Accessor::Commit( // NOTE: This will finish/commit the transaction. storage_->commit_log_->MarkFinished(start_timestamp); - // TODO(gitbuda): Maybe the solution here is to 1. mark 2. check all the replicas 3. unmark if required + // TODO(gitbuda): Maybe the solution here is to 1. mark 2. check all + // the replicas 3. unmark if required... it's not possible to unmark + // easily because mark contains mark + update_latest_active which is + // not reversable operation } }