Skip to content

Commit

Permalink
fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SWJTU-ZhangLei committed Oct 24, 2024
1 parent ba38259 commit 135dff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud/src/meta-service/txn_lazy_committer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ void TxnLazyCommitTask::commit() {
DCHECK(tmp_rowset_metas.size() > 0);
if (table_id <= 0) {
if (tablet_ids.size() > 0) {
LOG(INFO) << "zhangleixxx" << tablet_ids.begin()->second.table_id();
table_id = tablet_ids.begin()->second.table_id();
} else {
// get table_id from storage
Expand Down

0 comments on commit 135dff8

Please sign in to comment.